Jump to content

Memory semantics (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BD2412 (talk | contribs) at 14:39, 28 September 2015 (minor fixes, mostly disambig links using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing and parallel processing, memory semantics refers to the process logic used to control access to shared memory locations, or at a higher level to shared variables in the presence of multiple threads or processors.[1]

Memory semantics may also be defined for transactional memory, where issues related to the interaction of transactions and locks, and user-level actions need to be defined and specified.[2]

See also

References

  1. ^ Advances in Computers, Volume 79 by Marvin V. Zelkowitz 2010 ISBN 0123810272 pages 104-105
  2. ^ Towards transactional memory semantics for C++ by Tatiana Shpeisman et al in Proceedings of the twenty-first annual symposium on Parallelism in algorithms and architectures 2009 ISBN 978-1-60558-606-9 [1]