Login
From:
Predrag Gruevski's blog and personal site.
(Uncensored)
subscribe
Compiler Adventures, part 2: Constant Propagation
https://predr.ag/blog/compiler-adventures-part2-constant-propagation/
links
backlinks
Roast topics
Find topics
Find it!
A beginner-friendly introduction to compilers: follow along as we build a compiler from scratch, or fork the code on GitHub and add your own optimizations too! In this episode: propagating constant values to eliminate more instructions.