Chapter 9
Memory Consistency Models
Contents
9.2 Architecture Mechanisms for Ensuring Sequential Consistency
9.2.1 Basic SC Implementation on a Bus-Based Multiprocessor
9.2.2 Techniques to Improve SC Performance
9.3 Relaxed Consistency Models
9.3.5 Lazy Release Consistency
9.4 Synchronization in Different Memory Consistency Models
As mentioned in Chapter 6, one important problem that multiprocessor systems must address is the memory consistency problem, which deals with how accesses (loads and stores) to any memory address are ordered with respect to one another as seen by all processors. ...
Get Fundamentals of Parallel Multicore Architecture now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.