On 16.07.13 16:39, Marcus Denker wrote:
In 3.0 we have two nice additions:
1) you can easily create CompiledMethods from RB ASTs
Looks nice but isn't usable for me as I don't have an AST.
2) For low level stuff there is IRBuilder. IR is a bytecode-level representation
(CFG) that abstracts away from the details yet is very close.
Now we're talking!!! This looks exactly like what I need.
Just a theoretical question: Can every sequence of bytecodes be
decompiled to a Smalltalk method? I doubt it but wanted to ask nevertheless.
Best Regards,
Udo