@inproceedings{e312a2bb7757480ca69e0df7bec42a82,
title = "Lock-free parallel garbage collection",
abstract = "This paper presents a lock-free parallel algorithm for garbage collection in a realistic model using synchronization primitives offered by machine architectures. Mutators and collectors can simultaneously operate on the data structure. In particular no strict alternation between usage and cleaning up is necessary, contrary to what is common in most other garbage collection algorithms. We first design and prove an algorithm with a coarse grain of atomicity and subsequently apply the reduction theorem developed in [11] to implement the higher-level atomic steps by means of the low-level primitives.",
author = "H. Gao and J.F. Groote and W.H. Hesselink",
year = "2005",
doi = "10.1007/11576235_31",
language = "English",
isbn = "3-540-29769-3",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "263--274",
editor = "Y. Pan and D. Chen and M. Guo and J. Cao and J.J. Dongarra",
booktitle = "Parallel and distributed processing and applications (Third International Symposium, ISPA'05, Nanjing, China, November 2-5, 2005. Proceedings)",
address = "Germany",
}