Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore advanced dispatching techniques in C++ through this comprehensive conference talk from CppNow 2023. Delve into the core of interpreter design, focusing on efficient instruction dispatching methods crucial for optimizing performance. Examine various approaches, from basic switch statements to complex jump tables, while analyzing their impact on execution speed. Gain insights into performance analysis tools, benchmarking techniques, and assembly code intricacies to master compiler optimization tricks. Learn how to apply these dispatching concepts beyond interpreter design to enhance overall C++ programming skills. Benefit from Jonathan Müller's expertise as a library developer and C++ standardization committee member, and discover practical applications for cache-friendly containers, memory allocation, and parsing in C++ development.
Syllabus
A Deep Dive Into Dispatching Techniques in C++ - Jonathan Müller - CppNow 2023
Taught by
CppNow