]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* params.def (lto-partitions): Bump from 32 to 128.
authorJan Hubicka <jh@suse.cz>
Tue, 30 Oct 2018 21:47:19 +0000 (22:47 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 30 Oct 2018 21:47:19 +0000 (21:47 +0000)
From-SVN: r265647

gcc/ChangeLog
gcc/params.def

index 91cc761bc425c4a649c7642d4974cd78a5fc6743..f788f5f2a18b9ecdd1568a3faa7401c3a561eede 100644 (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
index 4a5f2042dac72bb457488ac8bc35d09df94c929c..2ae5a007530572034e6fe9708259ae4d075d9a80 100644 (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",