Skip to content

Commit

Permalink
Merge pull request #327 from WebAssembly/jfbastien-patch-1
Browse files Browse the repository at this point in the history
Lock-free guarantees
  • Loading branch information
jfbastien committed Sep 2, 2015
2 parents f065b8d + 8928237 commit cc1d5dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Portability.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ characteristics:
processes executing on the same machine.
* An execution environment which offers forward progress guarantees to all
threads of execution (even when executing in a non-parallel manner).
* Availability of lock-free atomic memory operations, when naturally aligned, for
8- 16- and 32-bit accesses. At a minimum this must include an atomic
compare-and-exchange operation (or equivalent load-linked/store-conditional).

## API

Expand Down

0 comments on commit cc1d5dc

Please sign in to comment.