We present a novel framework for defining memory models in terms of two properties: thread-local Instruction Reordering axioms and Store Atomicity, which describes inter-thread communication via memory. Most memory models have the store atomicity property, and it is this property that is enforced by cache coherence protocols. A memory model with Store Atomicity is serializable; there is a unique global interleaving of all operations which respects the reordering rules. Our framework uses partially ordered execution graphs; one graph represents many instruction interleavings with identical behaviors. The major contribution of this framework is a procedure for enumerating program behaviors in any memory model with Store Atomicity. Using this ...
Abstract. When verifying a concurrent program, it is usual to assume that memory is sequentially con...
We propose a novel, operational framework to formally describe the semantics of concurrent pro-grams...
Pseudo-code descriptions of STMs assume sequentially consistent program execution and atomicity of h...
AbstractWe extend the notion of Store Atomicity [Arvind and Jan-Willem Maessen. Memory model = instr...
Various memory consistency model implementations (e.g., x86, SPARC) willfully allow a core to see it...
Abstract. We study two operational semantics for relaxed memory models. Our first formalization is b...
Modern processors deploy a variety of weak memory models, which for efficiency reasons may (appear t...
International audienceModern multicore processor architectures and compilers of shared-memory concur...
A memory model for a concurrent imperative programming lan-guage specifies which writes to shared va...
Correctly synchronizing multithreaded programs is challenging, and errors can lead to program failur...
Correctly synchronizing multithreaded programs is challenging, and errors can lead to program failur...
Memory models define an interface between programs written in some language and their implementation...
For efficiency reasons, most modern processor architectures allow the reordering of CPU instructions...
We present a computation-centric theory of memory models. Unlike traditional processor-centric model...
A memory model for a concurrent imperative programming language specifies which writes to shared var...
Abstract. When verifying a concurrent program, it is usual to assume that memory is sequentially con...
We propose a novel, operational framework to formally describe the semantics of concurrent pro-grams...
Pseudo-code descriptions of STMs assume sequentially consistent program execution and atomicity of h...
AbstractWe extend the notion of Store Atomicity [Arvind and Jan-Willem Maessen. Memory model = instr...
Various memory consistency model implementations (e.g., x86, SPARC) willfully allow a core to see it...
Abstract. We study two operational semantics for relaxed memory models. Our first formalization is b...
Modern processors deploy a variety of weak memory models, which for efficiency reasons may (appear t...
International audienceModern multicore processor architectures and compilers of shared-memory concur...
A memory model for a concurrent imperative programming lan-guage specifies which writes to shared va...
Correctly synchronizing multithreaded programs is challenging, and errors can lead to program failur...
Correctly synchronizing multithreaded programs is challenging, and errors can lead to program failur...
Memory models define an interface between programs written in some language and their implementation...
For efficiency reasons, most modern processor architectures allow the reordering of CPU instructions...
We present a computation-centric theory of memory models. Unlike traditional processor-centric model...
A memory model for a concurrent imperative programming language specifies which writes to shared var...
Abstract. When verifying a concurrent program, it is usual to assume that memory is sequentially con...
We propose a novel, operational framework to formally describe the semantics of concurrent pro-grams...
Pseudo-code descriptions of STMs assume sequentially consistent program execution and atomicity of h...