Skip to content

Commit

Permalink
Merge pull request papers-we-love#185 from papers-we-love/add-interna…
Browse files Browse the repository at this point in the history
…l-pwl-paper-on-x86-semantics

add internal pwl paper on x86 semantics with note
  • Loading branch information
jeremyheiler committed Sep 25, 2014
2 parents 4f95468 + 1927680 commit 71d394f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions concurrency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
* [Message Analysis for Concurrent Languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)

* [Finding Race Conditions in Erlang with QuickCheck and PULSE](http://publications.lib.chalmers.se/records/fulltext/125252/local_125252.pdf)

* [The Semantics of x86-CC Multiprocessor Machine Code](http://www.cl.cam.ac.uk/~pes20/weakmemory/popl09.pdf)

*Note: This contribution here is the focus on the rigorous semantics for x86 multiprocessor programs and an axiomatic definition of the memory model. Their definitions and proofs are backed by the [HOL](http://en.wikipedia.org/wiki/HOL_(proof_assistant))(Higher Order Logic) proof assistant.*

0 comments on commit 71d394f

Please sign in to comment.