6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop

Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag.

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2008-10-02 08:37:44 -07:00
parent 453d1a42b0
commit adce6fc49a
9 changed files with 156 additions and 49 deletions

View file

@ -2557,7 +2557,7 @@ class CommandLineFlags {
develop(intx, MaxRecursiveInlineLevel, 1, \
"maximum number of nested recursive calls that are inlined") \
\
develop(intx, InlineSmallCode, 1000, \
product(intx, InlineSmallCode, 1000, \
"Only inline already compiled methods if their code size is " \
"less than this") \
\