Faculty Of Computer Science Research Paper
Permanent URI for this collectionhttp://185.252.233.37:4000/handle/123456789/304
Browse
Browsing Faculty Of Computer Science Research Paper by Author "A. Omara, Fatma"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item Parallel Generational Copying Garbage Collection Schemes for Shared-Memory Multiprocessors(The Military Technical College, 2003) A. M. Ali, Khayri; A. Omara, Fatma; A. Elshakankiry, OsamaIn this paper, an improved parallel generational copying real-time garbage collection scheme for shared-memory multiprocessors, which supports load balancing among workers, has been proposed, implemented, and evaluated. The basic idea of improvement is developed from Ali's two papers [2,3]. The scheme proposed here is a form of copying collectors that attempt to eliminate the drawback of frequently copying long-lived (stable) objects. This class of schemes is called generational-based schemes, which is based on concentrating the collection efforts on small areas of memory, so-called young generation. They reduce the need for collecting the remaining large areas of memory, old generation. A modified scheme, without real-time response, has also been implemented and compared to the real-time one. A comparative study has been done for the two schemes with other two parallel non-generational copying garbage collection schemes founded by the author in [1]. According to this comparative study, we proved that the performance of generational schemes is better than the performance of non-generational schemes. Also, the overheads occurred due to real-time response have been calculated.