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?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

See this question.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.