@inproceedings{a239fdd698a34e38abdd641a5c5039f6,
title = "Static analysis of atomicity for programs with non-blocking synchronization",
abstract = "In concurrent programming, non-blocking synchronization is very efficient but difficult to design correctly. This paper presents a static analysis to show that code blocks are atomic, i.e., that every execution of the program is equivalent to one in which those code blocks execute without interruption by other threads. Our analysis determines commutativity of operations based primarily on how synchronization primitives (including locks, load-linked, store-conditional, and compare-and-swap) are used. A reduction theorem states that certain patterns of commutativity imply atomicity. Atomicity is itself an important correctness requirement for many concurrent programs. Furthermore, an atomic code block can be treated as a single transition during subsequent analysis of the program; this can greatly improve the efficiency of the subsequent analysis. We demonstrate the effectiveness of our approach on several concurrent non-blocking programs.",
keywords = "Atomicity, Linearizability, Lock-Free, Non-Blocking, Static Analysis, Synchronization, Verification",
author = "Liqiang Wang and Stoller, \{Scott D.\}",
year = "2005",
month = jun,
day = "15",
doi = "10.1145/1065944.1065953",
language = "English",
series = "Proceedings of the ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPOPP",
publisher = "Association for Computing Machinery (ACM)",
pages = "61--71",
booktitle = "Proceedings of the 2005 ACM SIGPLAN Symposium on Principles and Practise of Parallel Programming, PROPP 05",
note = "10th ACM SIGPLAN symposium on Principles and practice of parallel programming, PPoPP 2005 ; Conference date: 15-06-2005 Through 17-06-2005",
}