disabling function inlining in Graal

Venkatachalam, Vasanth Vasanth.Venkatachalam at amd.com
Thu Jun 13 14:31:12 PDT 2013


Is  there a flag to disable method inlining in Graal?

I noticed in GraalOptions. and there are three options for enabling inlining of monomorphic/polymorphic/megamorphic calls.
Would setting these options values to false do the trick?

I'm trying to implement function call support for my HSAIL backend and would like to see what nodes are emitted for a simple test case.

Vasanth





More information about the graal-dev mailing list