mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8231291: C2: loop opts before EA should maximally unroll loops
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
1745ae28b9
commit
1af059d4cb
4 changed files with 74 additions and 13 deletions
|
@ -93,6 +93,7 @@ struct Final_Reshape_Counts;
|
|||
enum LoopOptsMode {
|
||||
LoopOptsDefault,
|
||||
LoopOptsNone,
|
||||
LoopOptsMaxUnroll,
|
||||
LoopOptsShenandoahExpand,
|
||||
LoopOptsShenandoahPostExpand,
|
||||
LoopOptsSkipSplitIf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue