Publication | Closed Access
Concurrent replicating garbage collection
34
Citations
13
References
1994
Year
Unknown Venue
Cluster ComputingEngineeringComputer ArchitectureGarbage CollectorConcurrent SystemConcurrency (Computer Science)Systems EngineeringParallel ComputingMutation LogConcurrent ProgrammingComputer EngineeringComputer ScienceProgram AnalysisCloud ComputingParallel ProgrammingConcurrent Data StructureGarbage CollectionSystem SoftwareTransactional Memory
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 client's 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.
| Year | Citations | |
|---|---|---|
Page 1
Page 1