Hi, As discussed in other thread, this patch increases default value for lto-min-partition to 10000. OK to commit if bootstrap+testing passes ?
Thanks, Prathamesh
Index: gcc/params.def =================================================================== --- gcc/params.def (revision 235478) +++ gcc/params.def (working copy) @@ -1027,7 +1027,7 @@ DEFPARAM (MIN_PARTITION_SIZE, "lto-min-partition", "Minimal size of a partition for LTO (in estimated instructions).", - 1000, 0, 0) + 10000, 0, 0) DEFPARAM (MAX_PARTITION_SIZE, "lto-max-partition",
ChangeLog
Description: Binary data