@inproceedings{865d474875b44095b1c22b517f0cb8d2,
title = "Evaluation of thread-local garbage collection",
abstract = "This paper discusses thread-local garbage collection (GC), a technique of automatic memory management aimed at improving GC throughput and reducing GC pauses in managed runtimes. It exploits the observation that most objects do not escape the scope of the thread that allocated them; therefore, memory occupied by those objects can be reclaimed locally within the thread. Performance measurements demonstrate that the proposed scheme has an advantage over a highly optimized stop-the-world collector used in an experimental JVM on some throughput-oriented benchmarks. ",
keywords = "Garbage collection, incremental garbage collection, JVM, locality, thread local heaps",
author = "Alexander Filatov and Vitaly Mikheev",
note = "Publisher Copyright: {\textcopyright} 2020 IEEE. Copyright: Copyright 2021 Elsevier B.V., All rights reserved.; 2020 Ivannikov Memorial Workshop, IVMEM 2020 ; Conference date: 25-09-2020 Through 26-09-2020",
year = "2020",
month = sep,
doi = "10.1109/IVMEM51402.2020.00009",
language = "English",
series = "Proceedings - 2020 Ivannikov Memorial Workshop, IVMEM 2020",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "15--21",
editor = "Sergey Prokhorov",
booktitle = "Proceedings - 2020 Ivannikov Memorial Workshop, IVMEM 2020",
address = "United States",
}