[gclist] Fast-allocating non-copying GC's

Robert A Duff bobduff@world.std.com
Tue, 19 Mar 1996 10:35:10 -0500


> Using these criterea the following might be a good solution 
> for storage pools (read: VM pages) with small objects:

You seem to be talking about multiple storage pools of a given kind.
This seems strange to me.  Why not have a single pool for each size of
object?  If it runs out, it will snarf another page from the "main
pool".

- Bob