]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
authorprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2016 22:39:43 +0000 (22:39 +0000)
committerprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2016 22:39:43 +0000 (22:39 +0000)
* params.def (MIN_PARTITION_SIZE): Set default value to 10000.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235538 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/params.def

index 5fd8bec815f1ba667f8ff9b1b3b588a31bd157d3..91e4b0468aa6869f4db6943b8114af5f386a352a 100644 (file)
@@ -1,3 +1,7 @@
+2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
+
 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
 
        * match.pd (A - B > A, A + B < A): New transformations.
index eceee32d87684169cada8db1d16e50077e53eb69..9e05401f028ca0e54561c52e6541da10f4e60cf9 100644 (file)
@@ -1027,7 +1027,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS,
 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",