Beltway: Getting around garbage collection gridlock

Stephen M. Blackburn*, Richard Jones, Kathryn S. McKinley, J. Eliot B. Moss

*Corresponding author for this work

    Research output: Contribution to conferencePaperpeer-review

    76 Citations (Scopus)

    Abstract

    We present the design and implementation of a new garbage collection framework that significantly generalizes existing copying collectors. The Beltway framework exploits and separates object age and incrementality. It groups objects in one or more increments on queues called belts, collects belts independently, and collects increments on a belt in first-in-first-out order. We show that Beltway configurations, selected by command line options, act and perform the same as semi-space, generational, and older-first collectors, and encompass all previous copying collectors of which we are aware. The increasing reliance on garbage collected languages such as Java requires that the collector perform well. We show that the generality of Beltway enables us to design and implement new collectors that are robust to variations in heap size and improve total execution time over the best generational copying collectors of which we are aware by up to 40%, and on average by 5 to 10%, for small to moderate heap sizes. New garbage collection algorithms are rare, and yet we define not just one, but a new family of collectors that subsumes previous work. This generality enables us to explore a larger design space and build better collectors.

    Original languageEnglish
    Pages153-164
    Number of pages12
    Publication statusPublished - 2002
    EventProceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design and Implementation (PLDI'02) - Berlin, Germany
    Duration: 17 Jun 200219 Jun 2002

    Conference

    ConferenceProceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design and Implementation (PLDI'02)
    Country/TerritoryGermany
    CityBerlin
    Period17/06/0219/06/02

    Fingerprint

    Dive into the research topics of 'Beltway: Getting around garbage collection gridlock'. Together they form a unique fingerprint.

    Cite this