hg: mlvm/mlvm/hotspot: indy.compiler.inline: Added generated bytecode adapters.
Raffaello Giulietti
raffaello.giulietti at gmail.com
Tue Aug 25 11:23:52 PDT 2009
> To get your whole call path inlined you may need to tweak the inlining
> thresholds a little. To inline the call path of a simple GuardWithTest
> testcase I need to use:
>
> -XX:InlineSmallCode=1500 -XX:MaxInlineSize=50 -XX:MaxInlineLevel=15
>
> To find out what thresholds are best for you, build a debug JVM and use:
>
> -XX:+PrintCompilation -XX:+PrintInlining
>
What is needed to build a debug JVM?
"hg qselect"ing some guards? Which ones?
Or some "make" option?
Or something else?
Thanks
Raffaello
More information about the mlvm-dev
mailing list