[ENH][CCP] CCP004-IRBuilder

ducasse ducasse at iam.unibe.ch
Sun Nov 16 22:50:15 UTC 2003


marcus

where are the RB..Node that are generated by the decompiler?

Stef


On Dimanche, nov 16, 2003, at 17:02 Europe/Zurich, marcus at ira.uka.de 
wrote:

> from preamble:
>
> "Change Set:		CCP004-IRBuilder
> Date:			14 November 2003
> Author:			Marcus Denker
>
> This is Anthony's IRBuilder. It's a symbolic Assembler for Squeak
> Bytecodes:
>
> ir := IRBuilder new
> 		rargs: #(self);		
> 		pushLiteral: 1;				
> 		returnTop;
> 		ir.
> 		
> cm := ir compiledMethod.
> cm valueWithReceiver: nil arguments: #().
> "!
> <CCP004-IRBuilder.cs.gz>




More information about the Squeak-dev mailing list