mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
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:
parent
453d1a42b0
commit
adce6fc49a
9 changed files with 156 additions and 49 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue