We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5dc0b commit 37a0693Copy full SHA for 37a0693
src/atomics.md
@@ -6,6 +6,9 @@ this model is quite complex and known to have [several flaws][C11-busted].
6
Rather, it is a pragmatic concession to the fact that *everyone* is pretty bad
7
at modeling atomics. At very least, we can benefit from existing tooling and
8
research around the C/C++ memory model.
9
+(You'll often see this model referred to as "C11" or "C/C++11". C and C++ share their
10
+memory model and those were the first versions but they have received some bugfixes
11
+since then.)
12
13
Trying to fully explain the model in this book is fairly hopeless. It's defined
14
in terms of madness-inducing causality graphs that require a full book to
0 commit comments