disabling function inlining in Graal

Christian Thalinger christian.thalinger at oracle.com
Thu Jun 13 16:33:45 PDT 2013


-G:-Inline

On Jun 13, 2013, at 2:31 PM, "Venkatachalam, Vasanth" <Vasanth.Venkatachalam at amd.com> wrote:

> 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