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:
parent
3563f78f97
commit
4245b0871c
@ -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.
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user