Game-Changing Papers & Blog Posts on Programming Languages
2025-05-14
This blog post lists several papers and blog posts that profoundly impacted the author's understanding of programming languages and compilers. Topics covered include garbage collection, code optimization, register allocation, regular expression engines, machine learning, SSA form, and compiler design. The author highlights the insightful approaches presented, such as using Z3 as a proof engine, leveraging fuzzing for bug detection, and efficient expression parsing techniques. The collection showcases the author's deep dive into the intricacies of programming language design and implementation.
Development