Shuo Chen's Notes
  • Home
  • Bugs

Kernel

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

Languages

  • lcc
  • Lua
  • Memory Model

Miscs

  • Git
  • SSL
  • Links

Elec

  • DSP
  • Reed-Solomon
  • μA78L05 Analysis and Simulation
  • LM7805 Analysis and Simulation
  • TL431 Analysis and Simulation
  • XL741/741SE Simulation and Experiments
Shuo Chen's Notes
  • Languages
  • 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.
GitHub « Previous Next »