[gclist] why malloc/free instead of GC?

Juergen Christoffel jc@port25.com
Tue, 18 Feb 2003 15:11:07 +0100


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