params.def (MIN_PARTITION_SIZE): Set default value to 10000.

2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* params.def (MIN_PARTITION_SIZE): Set default value to 10000.

From-SVN: r235538
This commit is contained in:
Prathamesh Kulkarni 2016-04-27 22:39:43 +00:00 committed by Prathamesh Kulkarni
parent 3563f78f97
commit 4245b0871c
2 changed files with 5 additions and 1 deletions

View 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.

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