@inproceedings{5d9edff557804c2dbb963e77679aaaa6,
title = "Stop and go: Understanding yieldpoint behavior",
abstract = "Yieldpoints are critical to the implementation of high performance garbage collected languages, yet the design space is not well understood. Yieldpoints allow a running program to be interrupted at well-defined points in its execution, facilitating exact garbage collection, biased locking, on-stack replacement, profiling, and other important virtual machine behaviors. In this paper we identify and evaluate yieldpoint design choices, including previously undocumented designs and optimizations. One of the designs we identify opens new opportunities for very low overhead profiling. We measure the frequency with which yieldpoints are executed and establish a methodology for evaluating the common case execution time overhead. We also measure the median and worst case time-to-yield. We find that Java benchmarks execute about 100Myieldpoints per second, of which about 1=20000 are taken. The average execution time overhead for untaken yieldpoints on the VM we use ranges from 2:5% to close to zero on modern hardware, depending on the design, and we find that the designs trade off total overhead with worst case time-to-yield. This analysis gives new insight into a critical but overlooked aspect of garbage collector implementation, and identifies a new optimization and new opportunities for very low overhead profiling.",
keywords = "Code patching, Managed code, Managed run-time, Safe points, Yieldpoints",
author = "Yi Lin and Kunshan Wang and Blackurn, {Stephen M.} and Hosking, {Antony L.} and Michael Norrish",
year = "2015",
month = jun,
day = "14",
doi = "10.1145/2754169.27541",
language = "English",
series = "International Symposium on Memory Management, ISMM",
publisher = "Association for Computing Machinery",
pages = "70--80",
editor = "Michael Bond and Hosking, {Antony L.}",
booktitle = "ISMM 2015 - Proceedings of the 2015 ACM SIGPLAN International Symposium on Memory Management, co-located with PLDI 2015",
note = "14th ACM SIGPLAN International Symposium on Memory Management, ISMM 2015 ; Conference date: 14-06-2015",
}