On Wed, Oct 18, 2017 at 3:36 AM, Tudor Girba <tudor@tudorgirba.com> wrote:Hi,This is already available since some time in the GTInspector. You can just inspect a compiled method. You will get both the bytecode and the AST (with source tracking, too). In fact, this was one of the original reasons why GTInspector exists: I wanted to figure out how the AST is structured so that I can write queries against it :).Sure, we just miss machine code :)
But...AFAIR to get the machine code of a method it needs VMMaker to be loaded....
��Cheers,DoruOn Oct 17, 2017, at 10:03 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I'm sure we could do this with ease, because we already can see the bytecodes.
https://godbolt.org/
Regards!
Esteban A. Maringolo--