Age-Based Garbage Collection (1999)
| Venue: | In Proceedings of SIGPLAN 1999 Conference on Object-Oriented Programming, Languages, & Applications |
| Citations: | 45 - 13 self |
BibTeX
@INPROCEEDINGS{Stefanovic99age-basedgarbage,
author = {Darko Stefanovic and Kathryn S. McKinley and J. Eliot and B. Moss},
title = {Age-Based Garbage Collection},
booktitle = {In Proceedings of SIGPLAN 1999 Conference on Object-Oriented Programming, Languages, & Applications},
year = {1999},
pages = {379--381},
publisher = {Press}
}
Years of Citing Articles
OpenURL
Abstract
Modern generational garbage collectors look for garbage among the young objects, because they have high mortality; however, these objects include the very youngest objects, which clearly are still live. We introduce new garbage collection algorithms, called age-based, some of which postpone consideration of the youngest objects. Collecting less than the whole heap requires write barrier mechanisms to track pointers into the collected region. We describe here a new, efficient write barrier implementation that works for age-based and traditional generational collectors. To compare several collectors, their configurations, and program behavior, we use an accurate simulator that models all heap objects and the pointers among them, but does not model cache or other memory effects. For object-oriented languages, our results demonstrate that an older-first collector, which collects older objects before the youngest ones, copies on average much less data than generational collectors. Our resul...







