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:

> I took the Ben Zorn idea to allocated heap when freelist is empty
> and GC after N cells (the GC trigger) but added that GC won't happen
> if there happens to be yet another N cells on the freelist.

Correction: GC won't happen until the rest of the freelist has been
consumed (the point where heap growth normally would occur).

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