The CPU Cache - Instruction Re-Ordering Made Obvious
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of CPU cache and instruction reordering in this comprehensive 90-minute conference talk from CppNow. Delve into the fundamental principles of CPU cache architecture, its critical role in modern multi-core processors, and its impact on software performance. Examine how the CPU and compiler collaborate to reorder instructions, optimizing resource utilization while potentially complicating debugging processes. Gain insights into the C++ Standard's "As-If" rule and the additional tools provided by C++11, including the memory model, atomics, memory fences, and threading libraries. Investigate the anatomy of CPU cache, including registers, cache levels, cache lines, data bus, and instruction pipeline. Understand the compiler's responsibilities and the sophisticated techniques employed by processor cores at runtime. Develop a foundational understanding of CPU cache issues and terminology, essential for C and C++ programmers to leverage parallelism and address concurrency concerns effectively. Access accompanying slides for visual reference and further study.
Syllabus
Charles Bay: The CPU Cache: Instruction Re-Ordering Made Obvious
Taught by
CppNow
Related Courses
Computer Organization: CPU Cache and the Memory HierarchyUdemy Creating a Third-Person Zombie Shooter with DOTS
Unity via YouTube Meltdown - Basics, Details, Consequences
Black Hat via YouTube Memory Management and Performance Optimization in Game Development
The Cherno via YouTube Aggregating Ticks to Manage Scale in Sea of Thieves - Unreal Fest Europe 2019 - Unreal Engine
Unreal Engine via YouTube