Login
From:
Predrag Gruevski's blog and personal site.
(Uncensored)
subscribe
Compiler Adventures, part 3: Value Numbering
https://predr.ag/blog/compiler-adventures-part3-value-numbering/
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: value numbering helps track how values are used in the program.