Completed
C rule
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What We Learned from C++ Atomics and Memory Model Standardization
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 My background
- 3 The basic C model
- 4 Restricting sequential consistency
- 5 The guarantee
- 6 Sequential consistency
- 7 C rule
- 8 Sequential execution
- 9 Synchronization Primitives
- 10 Does this make sense
- 11 Arm benchmarks
- 12 C memory model
- 13 Minor issues
- 14 Confusion
- 15 Conventions
- 16 Im running out of time
- 17 More serious theoretical issues
- 18 One mistake we made
- 19 Oops
- 20 Questions