@inproceedings{3c080c3be3f2473882c28aaf19b7cf78,
title = "On the usefulness of liveness for garbage collection and leak detection",
abstract = "The effectiveness of garbage collectors and leak detectors in identifying dead objects depends on the {"}accuracy{"} of their reachability traversal. Accuracy has two orthogonal dimensions: (i) whether the reachability traversal can distinguish between pointers and non-pointers (type accuracy), and (ii) whether the reachability traversal can identify memory locations that will be dereferenced in the future (liveness accuracy). While prior work has investigated the importance of type accuracy, there has been little work investigating the importance of liveness accuracy for garbage collection or leak detection. This paper presents an experimental study of the importance of liveness on the accuracy of the reachability traversal. We show that while liveness can significantly improve the effectiveness of a garbage collector or leak detector, the simpler liveness schemes are largely ineffective. One must analyze globals using an interprocedural analysis to get significant benefit.",
author = "Martin Hirzel and Amer Diwan and Antony Hosking",
year = "2001",
doi = "10.1007/3-540-45337-7_11",
language = "English",
isbn = "3540422064",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "181--206",
editor = "Knudsen, {Jorgen Lindskov}",
booktitle = "ECOOP 2001 - Object-Oriented Programming",
address = "Germany",
note = "15th European Conference on Object-Oriented Programming, ECOOP 2001 ; Conference date: 18-06-2001 Through 22-06-2001",
}