diff mbox

Increase default value of lto-min-partition to 10000

Message ID CAAgBjM=4wxMmGAVJcBMjAAmz7qn_vqbcfA8NZ6vHwudArdqVZQ@mail.gmail.com
State New
Headers show

Commit Message

Prathamesh Kulkarni April 27, 2016, 11:02 a.m. UTC
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
diff mbox

Patch

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