No Sane Compiler Would Optimize Atomics
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of compiler optimization for atomics in this comprehensive CppNow conference talk. Delve into how compilers actually optimize atomics, memory accesses around atomics, and leverage architecture-specific knowledge. Learn about the speaker's efforts to encourage more compiler optimizations, promote programmer reliance on these optimizations, and advocate for new atomic tools from hardware vendors. Examine common misconceptions about volatile keywords, benign races, and non-temporal accesses. Gain insights into the complexities of memory orderings and their importance in concurrent and parallel programming. Discover close-to-the-metal concurrency and parallelism tools being standardized. Note that the last 15 minutes of audio are missing due to a microphone failure, but slides are available for reference.
Syllabus
JF Bastien: No Sane Compiler Would Optimize Atomics
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube