[Python-Dev] Rattlesnake progress
Daniel Berlin
dan@dberlin.org
2002年2月18日 20:50:57 -0500 (EST)
On 2002年2月18日, 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.