Other good to read papers/articles on memory ordering from Paul Mckenney are
- C++ Data-Dependency Ordering. May 2007.
- Overview of Linux-Kernel Reference Counting. January 2007.
- A simple and efficient memory model for weakly ordered architectures. Makes case for weakly ordered primitives in programming languages. Updated May 2007.
2 comments:
there is also this nice series going on lwn.net about memory, more basic, but very very good!
Yes, the one by Ulrich. It's exciting to see Ulrich talk about memory charge, SDRAM, cache, etc.
Definitely must read
Post a Comment