On Thu, Nov 15, 2012 at 12:34:07AM +0100, Jan Hubicka wrote:
>       * params.def (max-peeled-insns, max-completely-peeled-insns): Reduce to 
> 100.

Ok, thanks.

> --- params.def        (revision 193505)
> +++ params.def        (working copy)
> @@ -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",

        Jakub

Reply via email to