This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile/guile-core/libguile init.c



Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Jim Blandy <jimb@red-bean.com> writes:
> 
> > In his thesis, Ben Zorn recommends that one should not GC when the
> > freelist is exhausted.  If you do this, then programs whose data size
> > is close to the current heap size will GC very frequently, because the
> > freelists will always be short.  And since these GC's will reclaim
> > very little storage, the time they take is pretty much wasted.

I have seen this behaviour in action, and it really kills performance
when the data set is the critical size.

> I have implemented this scheme and comittedit to the repository.

Very cool.

-russ

--
All that glitters has a high refractive index.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]