Open main menu

CDOT Wiki β

Changes

DPS921/Group 8

24 bytes added, 11:19, 26 November 2018
How MESI protocol works:
===How MESI protocol works:===
The cache line would be signed ‘Exclusive’ as its first load. As the processor find the cache line is loaded by other processors. The access of cache line is changed to ‘Share’. If the processor stored a cache line marked as ‘Share’, the cache line is marked as ‘Modified’ and all other processors are sent an ‘Invalid’ cache line message. I the processor sees the same cache line which is now marked ‘Modified’ being accessed by another processor, the processor stores the cache line back t memory and marks its cache line as ‘Shared’.
 
[[File: Untitled.png]]
= Signs of false sharing =
35
edits