ACM Home Page
Please provide us with feedback. Feedback
Early storage reclamation in a tracing garbage collector
Full text PdfPdf (863 KB)
Source ACM SIGPLAN Notices archive
Volume 34 ,  Issue 4  (April 1999) table of contents
Pages: 46 - 53  
Year of Publication: 1999
ISSN:0362-1340
Author
Timothy Harris  Citrix Systems (Cambridge) Ltd, Poseidon House, Castle Park, Cambridge, UK, CB3 0RD.
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 0,   Downloads (12 Months): 11,   Citation Count: 3
Additional Information:

abstract   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/312009.312035
What is a DOI?

ABSTRACT

This article presents a novel technique for allowing the early recovery of storage space occupied by garbage data. The idea is similar to that of generational garbage collection, except that heap is partitioned based on a static analysis of data type definitions rather than on the approximate age of allocated objects. A prototype implementation is presented, along with initial results and ideas for future work.