Majority of the resources I used to build Tucan, my toy optimizing compiler in Rust. This list is not complete but most of the things listed here are things I really read through and used.
- Engineering a compiler (I use this a lot! For SSA, dominance and optimizations)
- [Static Single Assignment Book][ssabook] (I use this a lot!)
- Types And Programming Languages