view all posts by Herb Sutter

atomic Weapons: The C++ Memory Model and Modern Hardware

Herb Sutter Posted by Herb Sutter | Mon, 11 Feb 2013
see the original posting from Sutter's Mill
Most of the talks I gave at C++ and Beyond 2012 last summer are already online at Channel 9. Here are two more. This is a two-part talk that covers the C++ memory model, how locks and atomics and fences interact and map to hardware, and more. Even though we’re talking about C++, much of [...]


see the original posting from Sutter's Mill

Back to top