%0 Conference Proceedings %T Just-in-Time Compiler Assisted Object Reclamation and Space Reuse %+ School of Computer Science and Technology %+ Software Security Laboratory, Suzhou Institute for Advanced Study %A Zhang, Yu %A Yuan, Lina %A Wu, Tingpeng %A Peng, Wen %A Li, Quanlong %< avec comité de lecture %( Lecture Notes in Computer Science %B IFIP International Conference on Network and Parallel Computing (NPC) %C Zhengzhou, China %Y Chen Ding; Zhiyuan Shao; Ran Zheng %I Springer %3 Network and Parallel Computing %V LNCS-6289 %P 18-34 %8 2010-09-13 %D 2010 %R 10.1007/978-3-642-15672-4_4 %K Compiler assisted garbage collection %K pointer and escape analysis %K live variable information %K parallel garbage collector %Z Computer Science [cs]/Digital Libraries [cs.DL]Conference papers %X Garbage collection consumes significant overhead to reclaim memory used by dead (i.e., unreachable) objects in applications. This paper explores techniques for compiler assisted object reclamation and allocation on an actual JVM. Thereinto, the just-in-time compiler identifies dead objects using pointer and escape analysis combining liveness information and inserts calls to free them. The garbage collector provides runtime support for explicit reclamation and space reuse. Our approach differs from other compiler assisted GC in two crucial ways. First, it identifies not only the objects that are no longer referenced directly by the program, but also the objects that are referenced only by those identified to-be-freed objects. Second, it modifies a parallel garbage collector, and not only frees the identified dead objects, but also tries to reuse their space immediately. The experimental results show that the JIT-assisted GC improves the memory utility and the performance efficiently. %G English %2 https://inria.hal.science/hal-01054959/document %2 https://inria.hal.science/hal-01054959/file/paper.pdf %L hal-01054959 %U https://inria.hal.science/hal-01054959 %~ IFIP-LNCS %~ IFIP %~ IFIP-LNCS-6289 %~ IFIP-NPC %~ IFIP-2010