On Jan 28, 2013, at 2:53 PM, Clément Bera <bera.clem...@gmail.com> wrote:
> Hello, > > In fact IR->AST is useless but if you don't have the pharo sources aside from > your vm. > I personally would like to not decompile at all… we don't have a X86-to-bytecode decompiler either. Instead of decompiling, we should store a high-level representation of the method and use that. We will do that eventually, but people always freak out when I explain that so for now we will make the compiler a drop-in replacement. Marcus