* params.def (lto-partitions): Bump from 32 to 128.
From-SVN: r265647
This commit is contained in:
parent
b5ff4f5c0d
commit
448af20a27
@ -1,3 +1,7 @@
|
||||
2018-10-30 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* params.def (lto-partitions): Bump from 32 to 128.
|
||||
|
||||
2018-10-30 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* tree.c
|
||||
|
@ -1103,7 +1103,7 @@ DEFPARAM (PARAM_IPA_MAX_AA_STEPS,
|
||||
DEFPARAM (PARAM_LTO_PARTITIONS,
|
||||
"lto-partitions",
|
||||
"Number of partitions the program should be split to.",
|
||||
32, 1, 0)
|
||||
128, 1, 0)
|
||||
|
||||
DEFPARAM (MIN_PARTITION_SIZE,
|
||||
"lto-min-partition",
|
||||
|
Loading…
Reference in New Issue
Block a user