A Primer on Memory Consistency and Cache Coherence (eBook, PDF)

A Primer on Memory Consistency and Cache Coherence (eBook, PDF)

Versandkostenfrei!
Sofort per Download lieferbar
109,99 €
inkl. MwSt.
PAYBACK Punkte
0 °P sammeln!
Many modern computer systems and most multicore chips (chip multiprocessors) support shared memory in hardware. In a shared memory system, each of the processor cores may read and write to a single shared address space. For a shared memory machine, the memory consistency model defines the architecturally visible behavior of its memory system. Consistency definitions provide rules about loads and stores (or memory reads and writes) and how they act upon memory. As part of supporting a memory consistency model, many machines also provide cache coherence protocols that ensure that multiple cached...