How to dump the IR for a named method?

Josef Eisl josef.eisl at jku.at
Thu Nov 3 14:27:48 UTC 2016


On 03/11/16 15:18, Andrew Haley wrote:
> DumpOnError works, but what if there is no error?

You can use `-Dgraal.Dump=` to enable dumping and
`-Dgraal.MethodFilter=myMethodName` to restrict its output [1].

- Josef

[1]:
https://github.com/graalvm/graal-core/blob/master/docs/Debugging.md#method-filtering


More information about the graal-dev mailing list