@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 verification 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 infinite, 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 = "FMT-MC: MODEL CHECKING, n/a OA procedure",
author = "Nguyen, \{Viet Yen\} and Ruys, \{Theo C.\}",
year = "2009",
month = mar,
doi = "10.1007/978-3-642-00768-2\_20",
language = "English",
isbn = "978-3-642-00767-5",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "201--214",
editor = "Stefan Kowalewski and Anna Philippou",
booktitle = "Tools and Algorithms for the Construction and Analysis of Systems",
address = "Germany",
note = "15th International Conference on Tools and Algorithms for the Construction and Analysis of Systems, TACAS 2009, TACAS ; Conference date: 22-03-2009 Through 29-03-2009",
}