References on code generation in a compiler (intermediate representations, SSA, instruction selection, register allocation, etc.)? [closed]

StackOverflow https://stackoverflow.com/questions/157894

Question

I have the dragon book and Modern Compiler Implementation in ML. I'm looking for other good resources on code generation in a compiler. Can you recommend any?

Was it helpful?

Solution

OTHER TIPS

My favourite is "Building an Optimizing Compiler" by Robert Morgan. Very practical, covers static single assignment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top