CSC/ECE 506 Spring 2011/ch10 MC

From Expertiza_Wiki
Revision as of 21:24, 27 March 2011 by Briyenga (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Supplement to Chapter 10: Memory Consistency Models

Introduction

Motivation

Publication

Initialization Safety

References

  1. Yan Solihin, Fundamentals of Parallel Computer Architecture: Multichip and Multicore Systems, Solihin Books, August 2009.
  2. David E. Culler, Jaswinder Pal Singh, and Anoop Gupta, Parallel Computer Architecture: A Hardware/Software Approach, Gulf Professional Publishing, August 1998.
  3. Jeremy Manson, William Pugh and Sarita Adve, "The Java Memory Model" http://rsim.cs.illinois.edu/Pubs/popl05.pdf
  4. Bill Pugh JMM Page http://www.cs.umd.edu/~pugh/java/memoryModel/
  5. Brian Goetz, Java Concurrency in Practice,