83
edits
Changes
m
→Cache Coherence and Cache Line
=== Cache Coherence and Cache Line ===
[[File:cache_coherence.png|right|500px|thumb|Cache structure in a multi-processor system with shared memory.]]
Each processor has their own local cache. When data is needed, a fixed block of memory is transferred to the cache; this block is known as a cache line.
<br><br><br><br><br><br>
== False Sharing ==