What does you mean by consistency of memory system?
Answers
Answered by
0
Answer:
Answer:A memory consistency model (which we often just call a “memory model”) defines the allowed orderings of multiple threads on a multiprocessor. For example, on the program above, sequential consistency forbids any ordering that results in printing 00 , but allows some orderings that print 01 and 11
i hope this well help ❤
Answered by
5
Answer:
A memory consistency model (which we often just call a “memory model”) defines the allowed orderings of multiple threads on a multiprocessor. For example, on the program above, sequential consistency forbids any ordering that results in printing 00 , but allows some orderings that print 01 and 11
Similar questions