Title
The Problem of Programming Language Concurrency Semantics.
Abstract
Despite decades of research, we do not have a satisfactory concurrency semantics for any general-purpose programming language that aims to support concurrent systems code. The Java Memory Model has been shown to be unsound with respect to standard compiler optimisations, while the C/C++ 11 model is too weak, admitting undesirable thin-air executions. Our goal in this paper is to articulate this major open problem as clearly as is currently possible, showing how it arises from the combination of multiprocessor relaxed-memory behaviour and the desire to accommodate current compiler optimisations. We make several novel contributions that each shed some light on the problem, constraining the possible solutions and identifying new difficulties. First we give a positive result, proving in HOL4 that the existing axiomatic model for C/C++ 11 guarantees sequentially consistent semantics for simple race-free programs that do not use low-level atomics (DRF-SC, one of the core design goals). We then describe the thin-air problem and show that it cannot be solved, without restricting current compiler optimisations, using any per-candidate-execution condition in the style of the C/C++ 11 model. Thin-air executions were thought to be confined to programs using relaxed atomics, but we further show that they recur when one attempts to integrate the concurrency model with more of C, mixing atomic and nonatomic accesses, and that also breaks the DRF-SC result. We then describe a semantics based on an explicit operational construction of out-of-order execution, giving the desired behaviour for thin-air examples but exposing further difficulties with accommodating existing compiler optimisations. Finally, we show that there are major difficulties integrating concurrency semantics with the C/C++ notion of undefined behaviour. We hope thereby to stimulate and enable research on this key issue.
Year
DOI
Venue
2015
10.1007/978-3-662-46669-8_12
Lecture Notes in Computer Science
Field
DocType
Volume
Programming language,Java Memory Model,Computer science,Compiler,Theoretical computer science,Concurrency semantics,Memory model
Conference
9032
ISSN
Citations 
PageRank 
0302-9743
31
0.98
References 
Authors
28
5
Name
Order
Citations
PageRank
Mark Batty12039.21
Kayvan Memarian22017.84
Kyndylan Nienhuis3652.52
Jean Pichon-Pharabod4533.38
Peter Sewell5144668.16