[Newcompiler] (no subject)

Mathieu Suen mathieusuen at yahoo.fr
Fri Sep 22 12:17:22 UTC 2006


Hi, 

It seem that in the ContextDoItScope>>#emitPrologue: you should have:

emitPrologue: methodBuilder

    Preferences compileBlocksAsClosures ifTrue: [    
        self hasEscapingEnv ifFalse: [^ self].
        self emitCreateEnv: methodBuilder.
        self emitMoveCapturedRargs: methodBuilder.
    ]

Is it true? (Preferences compileBlocksAsClosures ifTrue: is missing)

    Math




More information about the Newcompiler mailing list