ClosureCompiler and ScaledDecimals

Brent Pinkney brent.pinkney at aircom.co.za
Tue Feb 8 05:34:19 UTC 2005


Hi,

> What now works is decompiling non-closure code to the IRBuilder  
> representation.

What is this ? Is is a new parse tree ?

> (This is nice to do transformations on bytecode... which in turn is  
> useful for doing strange things without having to modify the vm).

Aye, which is why I am interested in the decompiler.

> look in speeding up the compilation (but  it will always be slower then  
> the old compiler, as it does more. e.g. building up IR graph)

Andreas's profile suggested a lot of time was in one method it  the  
SmaccScanner.

Anyway, this is good to hear. Thanks

Brent



More information about the Squeak-dev mailing list