Re: why malloc/free instead of GC?

Juergen Christoffel <[email protected]>
Newsgroups gmane.comp.programming.garbage-collection.general
Message-ID <[email protected]>
On Tue, Feb 18, 2003 at 02:31:50PM +0100, Enrico Weigelt wrote:

> hmm, is there any way to avoid scanning over the whole heap each time ?

Yes, generational GC for example. 

Back in the eighties and early nineties, when Symbolics introduced
generational GC on their Lisp Machines, large programs did run faster with
GC turned on than without GC when the "Ephemeral GC" (that was their name
for Generational GC, IIRC) was turned on because this reduced working sets.

	--jc

-- 
  Non cogitant. Ergo non sunt. -- Georg Christoph Lichtenberg
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.