[Python-Dev] Rattlesnake progress (original) (raw)

Daniel Berlin dan@dberlin.org
Mon, 18 Feb 2002 20:50:57 -0500 (EST)


On Mon, 18 Feb 2002, Simon Cozens wrote:

Neil Schemenauer: > good reference on code generation. I have the "New Dragon book" as well > as "Essentials of Programming Lanuages" but neither one seem to be > telling me want I want to know. Any suggestions?

You could try Appel: Modern Compiler Implementation in {C,ML,Java}.

When you get to optimizations, you want Advanced Compiler Design and Implementation by Muchnick.

And/Or Building an Optimizing Compiler by Morgan.