Commit 4245b087 by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

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
parent 3563f78f
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.
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment