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

Nick Barnes nickb@harlequin.co.uk
Thu, 14 Mar 1996 15:56:22 +0000


> Non-copying GC's appear to have higher constant factors in certain
> respects, but they also give you opportunities for optimization.  For
> example, you don't have to trace objects that don't have pointers in
> them.  (For example, your own large object area for large nonpointer
> objects---you yourself have used a hybrid for this reason.)

Copying GCs also allow this.

Nick B