|
|
|
James O'Toole and Scott Nettles MIT Laboratory of Computer Science TR-570 and Carnegie Mellon University Computer Science TR-93-138, April 1993
We have implemented a concurrent copying garbage collector that uses replicating garbage 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 periodically synchronizes with the client to obtain the clients current root set and mutation log. An experimental implementation using the Standard ML of New Jersey system on a shared-memory multiprocessor demonstrates excellent pause time performance and moderate execution time speedups.
![]()
You can download the full text of this paper by selecting the appropriate icon: