Shuo Chen's Notes
  • Home
  • Bugs

Kernel

  • Study
  • Data Structures
  • File Descriptor Table
  • Epoll
  • Call Graphs
  • SO_REUSEPRT
  • Profiles
  • Changes
  • Links

Languages

  • lcc
  • Lua
  • Git
  • Memory Model
  • SSL
  • DSP
  • Links
Shuo Chen's Notes
  • »
  • Memory Model

Notes on C/C++ memory model

  • Threads and memory model for C++ by Hans Boehm
    • GCC 4.7 and above does the right thing!
  • The C11 and C++11 Concurrency Model by Mark John Batty
  • C/C++11 mappings to processors by Alexander Terekhov, Paul McKenney, et al.
  • Awesome Lock-Free
  • Lockless algorithms on LWN.net
  • Linux-Kernel Memory Model
  • Russ Cox explains Memory Models
  • RISC-V memory consistency model
Previous Next

Built with MkDocs using a theme provided by Read the Docs.
« Previous Next »