CSC/ECE 506 Spring 2011/ch10 MC
Supplement to Chapter 10: Memory Consistency Models
Introduction
Motivation
Publication
Initialization Safety
References
- Yan Solihin, Fundamentals of Parallel Computer Architecture: Multichip and Multicore Systems, Solihin Books, August 2009.
- David E. Culler, Jaswinder Pal Singh, and Anoop Gupta, Parallel Computer Architecture: A Hardware/Software Approach, Gulf Professional Publishing, August 1998.
- Jeremy Manson, William Pugh and Sarita Adve, "The Java Memory Model" http://rsim.cs.illinois.edu/Pubs/popl05.pdf
- Bill Pugh JMM Page http://www.cs.umd.edu/~pugh/java/memoryModel/
- Brian Goetz, Java Concurrency in Practice,