Sciweavers

LFP
1994

Concurrent Replicating Garbage Collection

13 years 5 months ago
Concurrent Replicating Garbage Collection
We have implemented a concurrent copying garbage collector that uses replicatinggarbage collection. In our design, the client can continuously access the heap during garbage collection. No low-level synchronization between the client and the garbage collector is required on individual object operations. The garbage collector replicates live heap objects and periodicallysynchronizes withthe client to obtainthe client's current root set and mutation log. An experimental implementation using the Standard ML of New Jersey system on a shared-memory multiprocessordemonstrates excellent pause time performance and moderate execution time speedups.
James O'Toole, Scott Nettles
Added 02 Nov 2010
Updated 02 Nov 2010
Type Conference
Year 1994
Where LFP
Authors James O'Toole, Scott Nettles
Comments (0)