Garbage Collection in Distributed Memory Systems
Ali Al Hour
Broschiertes Buch

Garbage Collection in Distributed Memory Systems

Mark and Copy Garbage Collection (M&CGC) Algorithm

Versandfertig in 6-10 Tagen
26,99 €
inkl. MwSt.
PAYBACK Punkte
13 °P sammeln!
Garbage Collection (GC) is a critical memory management process in programming languages based on dynamic object creation and automatic reclamation of storage. The problem of the GC for uni-processor systems has been well understood with many efficient solutions proposed and used. GC algorithms have been also proposed and used for shared memory systems. However, few GC algorithms have been proposed for distributed memory system. In this thesis, a new GC algorithm for distributed memory system, called Mark and Copy Garbage Collection (M&CGC) is proposed. The algorithm is based on parallel copyi...