Commit b3d0cc60 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r193570
parent 5dc99c46
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.
......@@ -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",
......
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