[ENH][CCP] CCP004-IRBuilder

marcus at ira.uka.de marcus at ira.uka.de
Sun Nov 16 16:02:10 UTC 2003


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


More information about the Squeak-dev mailing list