[Newcompiler] The decompiler for the old block is ready to test

Marcus Denker denker at iam.unibe.ch
Sat Nov 10 14:28:52 UTC 2007


On 10.11.2007, at 01:28, Mathieu Suen wrote:

> Hi All,
>
> I have recently made some changes in the decompiler and now the  
> image can decompile.
> This time the decompiler test the identity of the method decompile  
> and the original method to see if they match.
> If you take a 3.10 image all the image could be decompiled.(Except  
> for method with undefined class. see ScriptLoader>>unloadToolPlus  
> for an example)
>
> The latest version can be load either from the univers browser or  
> from squeaksource:
> http://www.squeaksource.com/NewCompiler
>
> If you load from squeaksource we provide you a package loader. Load  
> the NewCompilerLoader and execute:
>
> NewCompilerLoader new loadPackages.
>
> This while load all the needed

Very nice!

Do you think we can get rid of the FakeDecompiler now? This one was  
faking the decompiler (by compiling code
istead).

See the methods #decompilerClass... there we should return Decompiler2  
now, I think.

	Marcus


More information about the Newcompiler mailing list