[Python-Dev] Rattlesnake progress
Daniel Berlin
dan@dberlin.org
Tue, 19 Feb 2002 10:57:59 -0500
On Tuesday, February 19, 2002, at 09:51 AM, Neil Schemenauer wrote:
> Daniel Berlin wrote:
>> When you get to optimizations, you want Advanced Compiler Design and
>> Implementation by Muchnick.
>
> Right now I'm not planning to do any optimizations (except perhaps
> limiting the number of registers used).
>
This is, of course, a tricky optimization to do.
Limiting registers used involves splitting live ranges at the right
places, etc.
--Dan