It shows the process of building an optimizing compiler for the MONAD language from last year's Advent of Code. It covers topics like:
- no-op elimination (episode 1)
- constant propagation (episode 2)
- value numbering (episode 3)
- value range analysis (episode 4, coming out ~next week)
It shows the process of building an optimizing compiler for the MONAD language from last year's Advent of Code. It covers topics like:
- no-op elimination (episode 1)
- constant propagation (episode 2)
- value numbering (episode 3)
- value range analysis (episode 4, coming out ~next week)