Graal inlining and AOT

Andrew Haley aph at redhat.com
Tue Apr 10 15:35:44 UTC 2018


So I upgraded Graal by pulling from master.  Inlining has
gone *crazy*.  This method when AOT compiled

    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }

... now generates half a freakin' megabyte of code.

So, has anyone touched the knob that controls inlining?  :-)

-- 
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


More information about the graal-dev mailing list