Immix: A Mark-Region Garbage Collector with Space Efficiency, Fast Collection, and Mutator Performance
| dc.contributor.author | Blackburn, Stephen | |
| dc.contributor.author | McKinley, Kathryn | |
| dc.coverage.spatial | Tucson USA | |
| dc.date.accessioned | 2015-12-10T22:14:08Z | |
| dc.date.created | June 7-13 2008 | |
| dc.date.issued | 2008 | |
| dc.date.updated | 2016-02-24T10:17:18Z | |
| dc.description.abstract | Programmers are increasingly choosing managed languages for modern applications, which tend to allocate many short-to-medium lived small objects. The garbage collector therefore directly determines program performance by making a classic space-time tradeoff that seeks to provide space efficiency, fast reclamation, and mutator performance. The three canonical tracing garbage collectors: semi-space, mark-sweep, and mark-compact each sacrifice one objective. This paper describes a collector family, called mark-region, and introduces opportunistic defragmentation, which mixes copying and marking in a single pass. Combining both, we implement immix, a novel high performance garbage collector that achieves all three performance objectives. The key insight is to allocate and reclaim memory in contiguous regions, at a coarse block grain when possible and otherwise in groups of finer grain lines. We show that immix outperforms existing canonical algorithms, improving total application performance by 7 to 25% on average across 20 benchmarks. As the mature space in a generational collector, immix matches or beats a highly tuned generational collector, e.g. it improves jbb2000 by 5%. These innovations and the identification of a new family of collectors open new opportunities for garbage collector design. | |
| dc.identifier.isbn | 9781595938602 | |
| dc.identifier.uri | http://hdl.handle.net/1885/50125 | |
| dc.publisher | Association for Computing Machinery Inc (ACM) | |
| dc.relation.ispartofseries | ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI 2008) | |
| dc.source | Proceedings of the ACM SIGNPLAN 2008 Conference on Programming Language Design and Implementation | |
| dc.subject | Keywords: Compact; Fragmentation; Free-list; Immix; Mark-region; Mark-sweep; Semi-space; Sweep-to-free-list; Sweep-to-region; Benchmarking; C (programming language); Computer software; Computers; Data storage equipment; Dust collectors; Linguistics; Powders; Query Compact; Fragmentation; Free-list; Immix; Mark-region; Mark-sweep; Semi-space; Sweep-to-free-list; Sweep-to-region | |
| dc.title | Immix: A Mark-Region Garbage Collector with Space Efficiency, Fast Collection, and Mutator Performance | |
| dc.type | Conference paper | |
| local.bibliographicCitation.lastpage | 32 | |
| local.bibliographicCitation.startpage | 22 | |
| local.contributor.affiliation | Blackburn, Stephen, College of Engineering and Computer Science, ANU | |
| local.contributor.affiliation | McKinley, Kathryn, University of Texas | |
| local.contributor.authoruid | Blackburn, Stephen, u3789498 | |
| local.description.embargo | 2037-12-31 | |
| local.description.notes | Imported from ARIES | |
| local.description.refereed | Yes | |
| local.identifier.absfor | 080308 - Programming Languages | |
| local.identifier.ariespublication | U3594520xPUB198 | |
| local.identifier.doi | 10.1145/1375581.1375586 | |
| local.identifier.scopusID | 2-s2.0-57349115284 | |
| local.type.status | Published Version |
Downloads
Original bundle
1 - 3 of 3
Loading...
- Name:
- 01_Blackburn_Immix:_A_Mark-Region_Garbage_2008.pdf
- Size:
- 3.17 MB
- Format:
- Adobe Portable Document Format
Loading...
- Name:
- 02_Blackburn_Immix:_A_Mark-Region_Garbage_2008.pdf
- Size:
- 395.94 KB
- Format:
- Adobe Portable Document Format
Loading...
- Name:
- 03_Blackburn_Immix:_A_Mark-Region_Garbage_2008.pdf
- Size:
- 66.07 KB
- Format:
- Adobe Portable Document Format