ACM Home Page
Please provide us with feedback. Feedback
Reducing the latency of a real-time garbage collector
Full text PdfPdf (905 KB)
Source ACM Letters on Programming Languages and Systems (LOPLAS) archive
Volume 1 ,  Issue 1  (March 1992) table of contents
Pages: 46 - 58  
Year of Publication: 1992
ISSN:1057-4514
Author
Ralph E. Johnson  Univ. of Illinois, Urbana
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 25,   Citation Count: 2
Additional Information:

abstract   references   cited by   index terms   review   collaborative colleagues  

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

ABSTRACT

This paper shows how to make the latency of scanning a page in the Appel-Ellis-Li real-time garbage collector be proportional only to the number of object references on a page (the page size), instead of to the sum of the sizes of the objects referenced by the page. This makes the garbage collection algorithm much more suitable for real-time systems.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
2
 
3
4
5
6
7
 
8
IBM CORPORATION. POWER Processor Architecture, version 1.52. 1990.
9
 
10
11
12
13
 
14



REVIEW

"Kathleen H. V. Booth : Reviewer"

Garbage collection can be important to a long-running program in which “junk” areas of memory gradually accumulate and may eventually lead to failure due to lack of memory. Most current garbage collection routines take times on the  more...