Title :
Improving Trace Precision for Concurrent Garbage Collection on Multicore Platform
Author :
Hao Wu;Zhenzhou Ji
Author_Institution :
Sch. of Comput. Sci. &
Abstract :
Garbage Collection removes the programmer´s responsibility for managing heap object deal location, and is now in widespread use in programming languages such as Java, C#, Python and Perl. On the other hand garbage collection is the most difficult component to be parallel and concurrent in runtime system. This paper proposed a high precision concurrent tracing garbage collector based on tracing reference count. The concurrent collector is modeled, by using the reference count in recycling process, most of the modifications by the application thread are monitored. The barriers are classified as either store protection or deletion protection. In this paper, the approach can effectively track the modifications of the object references, reducing the number of objects in the process of rescanning process, while effectively reducing the of floating garbage during the concurrent collection.
Keywords :
"Benchmark testing","Algorithm design and analysis","Computers","Java","Runtime","Monitoring","Instruction sets"
Conference_Titel :
Instrumentation and Measurement, Computer, Communication and Control (IMCCC), 2015 Fifth International Conference on
DOI :
10.1109/IMCCC.2015.316