> 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