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: GC and continuations


Telford Tendys <telford@eng.uts.edu.au> writes:

> > Guile grabs memory with malloc, and free doesn't usually returns the
> > memory to the OS.
> 
> I'm pretty sure that guile never frees cell memory. 

Guile frees heap chunks that don't contain any live cells after a GC.
I'm not sure if this situation is very frequent or in any way
predictable, though.

> 	- Tel

--mike

-- 
Think of C++ as an object-oriented assembly language.

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