mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8134802: LCM register pressure scheduling
Calculate register pressure in a block to help instructions scheduling. Reviewed-by: kvn, dlong
This commit is contained in:
parent
a402bebf6e
commit
d49d1ea740
21 changed files with 513 additions and 35 deletions
|
@ -64,6 +64,7 @@ define_pd_global(bool, OptoPeephole, false);
|
|||
define_pd_global(bool, UseCISCSpill, false);
|
||||
define_pd_global(bool, OptoBundling, false);
|
||||
define_pd_global(bool, OptoScheduling, true);
|
||||
define_pd_global(bool, OptoRegScheduling, false);
|
||||
|
||||
#ifdef _LP64
|
||||
// We need to make sure that all generated code is within
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue