Algorithms from a Compiler Developer's Toolbox
Offered By: CppNow via YouTube
Course Description
Overview
Explore two powerful algorithms used in modern optimizing compilers in this comprehensive conference talk from CppNow 2021. Delve into the foundations of compiler construction as Gábor Horváth, a seasoned compiler developer and researcher, presents chains of recurrences and value numbering. Gain insights into the theory, basic math, and implementations of these algorithms in popular compilers, with numerous examples provided. Learn how these elegant solutions find optimization opportunities in programs and develop an intuition about modern compiler capabilities. Discover the potential applications of these algorithms and get pointers on implementing them yourself, all while requiring only high school math knowledge.
Syllabus
Algorithms from a Compiler Developer's Toolbox - Gábor Horváth - [CppNow 2021]
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