> 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
_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to