Coherency !=
Memory Consistency
•
Assume A and B initially 0
P
0
$ Mem
Directory
Controller
P
2
$ Mem
Directory
Controller
Interconnection Network
P
1
$ Mem
Directory
Controller
A=1;
while (A==0)do;
B=1;
while (B==0)do;
print A;
A=1;
B=1;
A=1;
Delay
Print 0