* params.def (lto-partitions): Bump from 32 to 128.

From-SVN: r265647
This commit is contained in:
Jan Hubicka 2018-10-30 22:47:19 +01:00 committed by Jan Hubicka
parent b5ff4f5c0d
commit 448af20a27
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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",