Share this page
Share this page E-mail this page Print this page RSS feeds
Home > Publications > Heap Decomposition for Concurrent Shape Analysis
Heap Decomposition for Concurrent Shape Analysis

We demonstrate shape analyses that can achieve a state space reduction exponential in the number of threads compared to the state-of-the-art analyses, while retaining sufficient precision to verify sophisticated properties such as linearizability. The key idea is to abstract the global heap by decomposing it into (not necessarily disjoint) subheaps, abstracting away some correlations between them. These new shape analyses are instances of an analysis framework based on heap decomposition. This framework allows rapid prototyping of complex static analyses by providing efficient abstract transformers given user-specified decomposition schemes. Initial experiments confirm the value of heap decomposition in scaling concurrent shape analyses.

hedec.pdf
PDF file

In: Static Analysis, 15th International Symposium, SAS 2008, Valencia, Spain, July 16-18, 2008. Proceedings

Publisher: Springer

Details

Type: Inproceedings
Pages: 363-377
Volume: 5079
Series: Lecture Notes in Computer Science
ISBN: 978-3-540-69163-1

Previous Versions

Roman Manevich, Tal Lev-Ami, Mooly Sagiv, Ganesan Ramalingam, and Josh Berdine. Heap Decomposition for Concurrent Shape Analysis, 2007.