Minimal example for Truffle?

Chris Seaton chris.seaton at oracle.com
Mon Aug 4 12:27:41 UTC 2014


The name of the root method that Graal partially evaluates has changed. I believe it is now:

-XX:CompileCommand=print,*::callRoot

But if that doesn’t work, print everything (*::*, or maybe just *) and see what the likely method is.

Chris

On 4 Aug 2014, at 12:56, Stefan Fehrenbach <stefan.fehrenbach at gmail.com> wrote:

> Hi everyone,
> 
> On 9 April 2014 20:42, Chris Seaton <chris at chrisseaton.com> wrote:
>> You wouldn't normally need to look at the generated machine code, but if you
>> really need to it's -XX:+UnlockDiagnosticVMOptions
>> -XX:CompileCommand=print,*::executeHelper.
>> 
> did this change recently?
> 
> I get Truffle output as expected for my own project ([truffle] opt
> done      [foobar] <compiled> ...) but it does not print the assembly.
> I use the 0.3 binary release.
> 
> Best regards,
> Stefan
> 
> PS: It is very hard to press reply to all/list, sorry Chris.



More information about the graal-dev mailing list