[ENH][CCP] CCP004-IRBuilder

marcus at ira.uka.de marcus at ira.uka.de
Mon Nov 24 17:44:38 UTC 2003


from preamble:

"Change Set:		CCP004-IRBuilder
Date:			14 November 2003
Author:			Marcus Denker

v2: removed Decompiler for now, will return after I add the RB-AST.

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: #().
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CCP004-IRBuilder.cs.gz
Type: application/octet-stream
Size: 14985 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031124/2d0c3189/CCP004-IRBuilder.cs.obj


More information about the Squeak-dev mailing list