@inproceedings{41705ae1db2e4c2e99fbabc4b9b1b41a,
title = "Comparative performance evaluation of write barrier implementations",
abstract = "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.",
author = "Hosking, {Antony L.} and Moss, {J. Eliot B.} and Darko Stefanovic",
year = "1992",
language = "English",
isbn = "0201533723",
series = "Conference on Object-Oriented Programming Systems, Languages and Applications",
publisher = "Publ by ACM",
pages = "92--109",
booktitle = "Conference on Object-Oriented Programming Systems, Languages and Applications",
note = "Conference on Object-Oriented Programming Systems, Languages, and Applications - OOPSLA'92 ; Conference date: 18-10-1992 Through 22-10-1992",
}