DocumentCode :
821727
Title :
Exploiting purity for atomicity
Author :
Flanagan, Cormac ; Freund, Stephen N. ; Qadeer, Shaz
Author_Institution :
Dept. of Comput. Sci., California Univ., Santa Cruz, CA, USA
Volume :
31
Issue :
4
fYear :
2005
fDate :
4/1/2005 12:00:00 AM
Firstpage :
275
Lastpage :
291
Abstract :
Multithreaded programs often exhibit erroneous behavior because of unintended interactions between concurrent threads. This paper focuses on the noninterference property of atomicity. A procedure is atomic if, for every execution, there is an equivalent serial execution in which the actions of the atomic procedure are not interleaved with actions of other threads. This key property makes atomic procedures amenable to sequential reasoning techniques, which significantly facilitates subsequent validation activities such as code inspection and testing. Several existing tools verify atomicity by using commutativity of actions to show that every execution reduces to a corresponding serial execution. However, experiments with these tools have highlighted a number of interesting procedures that, while intuitively atomic, are not reducible. In this paper, we exploit the notion of pure code blocks to verify the atomicity of such irreducible procedures. If a pure block terminates normally, then its evaluation does not change the program state and, hence, these evaluation steps can be removed from the program trace before reduction. We develop a static typed-based analysis for atomicity based on this insight, and we illustrate this analysis on a number of interesting examples that could not be verified using earlier tools based purely on reduction.
Keywords :
multi-threading; program diagnostics; program testing; reasoning about programs; software tools; concurrent programs; multithreaded programs; noninterference atomicity property; program trace; pure code blocks; sequential reasoning techniques; static typed-based analysis; Code standards; Commutation; Delay; Inspection; Interference; Interleaved codes; Programming; Protection; Sequential analysis; Yarn; Index Terms- Atomicity; concurrent programs.; purity; reduction;
fLanguage :
English
Journal_Title :
Software Engineering, IEEE Transactions on
Publisher :
ieee
ISSN :
0098-5589
Type :
jour
DOI :
10.1109/TSE.2005.47
Filename :
1435350
Link To Document :
بازگشت