memory barrier

From Wiktionary, the free dictionary
Archived revision by MewBot (talk | contribs) as of 22:38, 27 April 2016.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

English

[edit]
English Wikipedia has an article on:
Wikipedia

Noun

[edit]

memory barrier (plural memory barriers)

  1. (computing, programming) An instruction that enforces an ordering constraint on memory operations issued before and after it.
    Memory barriers are necessary because most modern CPUs employ performance optimizations that can result in out-of-order execution.

Synonyms

[edit]