Video – Introducing the C++ Memory Model

The memory model is perhaps one of the most valuable but misunderstood changes in c++11. For the first time, c++ programmers have a language contract with the runtime about how their code will be executed in the face of hardware optimizations, memory hierarchies and multiple threads of execution.

This talk introduces the key concepts in the memory model, and show how these concepts apply to the new atomic primitives in c++11.

2 Comments

Filed under Uncategorized

2 responses to “Video – Introducing the C++ Memory Model

  1. Peter

    Hi very nice talk. What did you use for making the slides?

Leave a comment