Jump to content

Automatic mutual exclusion

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Anome (talk | contribs) at 22:06, 11 August 2012 (* Bulk synchronous parallel). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Automatic mutual exclusion is a parallel computing programming paradigm in which threads are divided into atomic chunks, and the atomic execution of the chunks automatically parallelized using transactional memory.[1][2]

References

  1. ^ "Automatic Mutual Exclusion". Microsoft Research. {{cite web}}: Text "accessdate-2012-08-09" ignored (help)
  2. ^ Armin Rigo. "Multicore Programming in PyPy and CPython". PyPy Status Blog. {{cite web}}: Text "accessdate-2012-08-09" ignored (help)

See also