Explaining Relaxed Memory Models with Program Transformations

Summary

Weak memory models determine the behavior of concurrent programs. While they are often understood in terms of reorderings that the hardware or the compiler may perform, their formal definitions are typically given in a very different style—either axiomatic or operational. In this work, we investigate to what extent existing memory models can be specified in terms of reorderings and other program transformations. We have established the following results:

  1. TSO is equivalent to a set of two local transformations over sequential consistency.
  2. Non-multi-copy-atomic models (such as C11, Power and ARM) cannot be explained in terms of local transformations over sequential consistency.
  3. Reordering of independent accesses accounts for all the relaxed behaviors of Power (restricted to the fragment without control fences) over a basic non-multi-copy-atomic model account.
  4. ARM's relaxed behaviors, however, cannot be explained in a similar way.

Our positive results may be used to simplify correctness of compilation proofs from a high-level language to TSO or Power.

Paper

People

Coq formalization

Related projects

Imprint | Data protection