Основы информатики, общие работы

Список источников > Нехудожественная литература > Компьютерная литература > Основы информатики, общие работы

Garbage Collection in Distributed Memory Systems

Автор: Ali Al Hour
Год: 2014
Издание: LAP Lambert Academic Publishing
Страниц: 76
ISBN: 9783659530050
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 copying GC algorithm combining with some aspects of Mark & Sweep GC and Copying GC algorithms. M&CGC has been implemented and evaluated using an underlying architecture with different network topology (linear, ring and mesh). The performance of our algorithm is compared with the Mark and Sweep Garbage Collection (M&SGC) which proposed by McCarthy but in distributed environment. Analysis of...
Добавлено: 2017-05-26 12:07:58