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
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera