Live data from Hacker News

Ask HN: What are the good resources to learn about compiler optimizations?

news.ycombinator.com

1–2 of 2 posts

Ask HN: What are the good resources to learn about compiler optimizations?

#1
Most of the online courses I can find (Example: Stanford course) concentrate more on frontend/ parsers or machine-dependent optimizations like Register Allocation, Scheduling etc. What are some of the good resources for Machine independent optimizations like SSA, Inlining, GVN etc. Online courses would be great.