[Bug?] Decompiled code doesn't compile

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug?] Decompiled code doesn't compile

Andres Fortier-2
Hi List,
         I've been doing some tests with CompiledMethods and by chance
found out that in some cases the decompiled code can't be compiled back.
The problem is that the decompiled code ends with something like:

        ...
        ^t4.
        ^nil

I don't know if this applies as a bug but I thought it was worth
reporting it. The "offending" methods I found in my image (7.4.1) are:

SmalltalkWorkbench class>>promptForSelector:for:
CompiledMethod Store.UISettings class>>methodPlacementInitialize
CompiledMethod Store.UISettings class>>datumPlacementInitialize

--
Cheers,
         AndrĂ©s