* params.def (max-peeled-insns, max-completely-peeled-insns): Reduce to 100.

From-SVN: r193570
This commit is contained in:
Jan Hubicka 2012-11-16 17:27:30 +00:00 committed by Jan Hubicka
parent 5dc99c4678
commit b3d0cc6022
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-11-16 Jan HUbicka <jh@suse.cz>
* params.def (max-peeled-insns, max-completely-peeled-insns): Reduce to 100.
2012-11-16 Simon Baldwin <simonb@google.com>
* doc/cppopts.texi: Document -f[no-]canonical-system-headers.

View file

@ -290,7 +290,7 @@ DEFPARAM(PARAM_MAX_UNROLL_TIMES,
DEFPARAM(PARAM_MAX_PEELED_INSNS,
"max-peeled-insns",
"The maximum number of insns of a peeled loop",
400, 0, 0)
100, 0, 0)
/* The maximum number of peelings of a single loop. */
DEFPARAM(PARAM_MAX_PEEL_TIMES,
"max-peel-times",
@ -305,7 +305,7 @@ DEFPARAM(PARAM_MAX_PEEL_BRANCHES,
DEFPARAM(PARAM_MAX_COMPLETELY_PEELED_INSNS,
"max-completely-peeled-insns",
"The maximum number of insns of a completely peeled loop",
400, 0, 0)
100, 0, 0)
/* The maximum number of peelings of a single loop that is peeled completely. */
DEFPARAM(PARAM_MAX_COMPLETELY_PEEL_TIMES,
"max-completely-peel-times",