@inproceedings{4f79310ffc9642bd9aea63f828f80294,
title = "Memoised Garbage Collection for Software Model Checking",
abstract = "Virtual machine based software model checkers like JPF and MoonWalker spend up to half of their veri��?cation time on garbage collection. This is no surprise as after nearly each transition the heap has to be cleaned from garbage. To improve this, this paper presents the Memoised Garbage Collection (MGC) algorithm, which exploits the (typical) locality of transitions to incrementally perform garbage collection. MGC tracks the depths of objects efficiently and only purges objects whose depths have become in��?nite, hence unreachable. MGC was experimentally evaluated via an implementation in our model checker MoonWalker and benchmarks using the parallel Java Grande Forum benchmark suite. By using MGC, a performance increase up to 78% was measured over the traditional Mark&Sweep implementation.",
keywords = "IR-67808, EWI-15713, FMT-MC: MODEL CHECKING, METIS-263923",
author = "V.Y. Nguyen and T.C. Ruys",
note = "10.1007/978-3-642-00768-2_20 ; null ; Conference date: 22-03-2009 Through 29-03-2009",
year = "2009",
month = mar,
doi = "10.1007/978-3-642-00768-2_20",
language = "Undefined",
isbn = "978-3-642-00767-5",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "201--214",
editor = "S. Kowalewski and A. Philippou",
booktitle = "Proceedings of the 15th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS 2009)",
}