Title :
Evaluation of parallel copying garbage collection on a shared-memory multiprocessor
Author :
Imai, Akira ; Tick, Evan
Author_Institution :
Inst. for New Generation Comput. Technol., Tokyo, Japan
fDate :
9/1/1993 12:00:00 AM
Abstract :
A parallel copying garbage collection algorithm for symbolic languages executing on shared-memory multiprocessors is proposed. The algorithm is an extension of Baker´s sequential algorithm with a novel method of heap allocation to prevent fragmentation and facilitate load distribution during garbage collection. An implementation of the algorithm within a concurrent logic programming system, VPIM, has been evaluated and the results, for a wide selection of benchmarks, are analyzed here. The authors show 1) how much the algorithm reduces the contention for critical sections during garbage collection, 2) how well the load-balancing strategy works and its expected overheads, and 3) the expected speedup achieved by the algorithm
Keywords :
logic programming; parallel algorithms; resource allocation; shared memory systems; storage management; VPIM; concurrent logic programming system; contention; fragmentation; garbage collection; heap allocation; load distribution; load-balancing; parallel copying; shared-memory multiprocessor; symbolic languages; Algorithm design and analysis; Clustering algorithms; Computer science; Logic programming; Logic testing; Parallel algorithms; Performance analysis; Production; Storage automation; System performance;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on