blob: b3b1769f8a38ce01ca5338fbfb0e4888681d2670 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Compilers
Books and Courses
- [Introduction to Compiler Construction](https://www.students.cs.ubc.ca/~cs-411/2022w2/book_top.html)
- [Programming Languages, Application and Interpretation](https://www.plai.org/)
Articles
- [Compiler Optimizations Are Hard Because They Forget](https://faultlore.com/blah/oops-that-was-important/)
|