graal inlining decisions

Deneau, Tom tom.deneau at amd.com
Tue May 28 16:22:48 PDT 2013


Just to clarify, I would like to see the inlining decisions made when I compile for an HSAIL target,
(not interested in any decisions made for the x86 host).

When I use the line below with mx unittest I see only x86 decisions...

-- Tom

-----Original Message-----
From: Mick Jordan [mailto:mick.jordan at oracle.com] 
Sent: Tuesday, May 28, 2013 11:08 AM
To: Deneau, Tom
Cc: graal-dev at openjdk.java.net
Subject: Re: graal inlining decisions

On 5/28/13 8:13 AM, Deneau, Tom wrote:
> What would be the best command line to use to see what kind of inlining decisions are being made in graal?
>
> -- Tom
This works for me:

-G:Log=InliningDecisions

Mick





More information about the graal-dev mailing list