Sciweavers

OOPSLA
1992
Springer

A Comparative Performance Evaluation of Write Barrier Implementations

13 years 9 months ago
A Comparative Performance Evaluation of Write Barrier Implementations
Generational garbage collectors are able to achieve very small pause times by concentrating on the youngest (most recently allocated) objects when collecting, since objects have been observed to die young in many systems. Generational collectors must keep track of all pointers from older to younger generations, by "monitoring" all stores into the heap. This write barrier has been implemented in a number of ways, varying essentially in the granularity of the information observed and stored. Here we examine a range of write barrier implementations and evaluate their relative performance within a generation scavenging garbage collector for Smalltalk.
Antony L. Hosking, J. Eliot B. Moss, Darko Stefano
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1992
Where OOPSLA
Authors Antony L. Hosking, J. Eliot B. Moss, Darko Stefanovic
Comments (0)