x86-TSO: A Rigorous and Usable Programmer's Model for x86 Multiprocessors

Peter Sewell*, Susmit Sarkar, Scott Owens, Francesco Zappa Nardelli, Magnus O. Myreen

*Corresponding author for this work

Research output: Contribution to journalArticlepeer-review

Abstract

Exploiting the multiprocessors that have recently become ubiquitous requires high-performance and reliable concurrent systems code, for concurrent data structures, operating system kernels, synchronization libraries, compilers, and so on. However, concurrent programming, which is always challenging, is made much more so by two problems. First, real multiprocessors typically do not provide the sequentially consistent memory that is assumed by most work on semantics and verification. Instead, they have relaxed memory models, varying in subtle ways between processor families, in which different hardware threads may have only loosely consistent views of a shared memory. Second, the public vendor architectures, supposedly specifying what programmers can rely on, are often in ambiguous informal prose (a particularly poor medium for loose specifications), leading to widespread confusion.

In this paper we focus on x86 processors. We review several recent Intel and AMD specifications, showing that all contain serious ambiguities, some are arguably too weak to program above, and some are simply unsound with respect to actual hardware. We present a new x86-TSO programmer's model that, to the best of our knowledge, suffers from none of these problems. It is mathematically precise (rigorously defined in HOL4) but can be presented as an intuitive abstract machine which should be widely accessible to working programmers. We illustrate how this can be used to reason about the correctness of a Linux spinlock implementation and describe a general theory of data-race freedom for x86-TSO. This should put x86 multiprocessor system building on a more solid foundation; it should also provide a basis for future work on verification of such systems.

Original languageEnglish
Pages (from-to)89-97
Number of pages9
JournalCommunications of the ACM
Volume53
Issue number7
DOIs
Publication statusPublished - Jul 2010

Keywords

  • MEMORY

Fingerprint

Dive into the research topics of 'x86-TSO: A Rigorous and Usable Programmer's Model for x86 Multiprocessors'. Together they form a unique fingerprint.

Cite this