Re: [google] Use different peeling parameters with available profile (issue4438079)

2011-04-29 Thread dnovillo
On 2011/04/29 00:02:40, singhai wrote: 2011-04-28 Sharad Singhai mailto:sing...@google.com gcc/ChangeLog.google-main * params.def: Add new parameters to control peeling. * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Use different peeling parameters

Re: [google] Use different peeling parameters with available profile (issue4438079)

2011-04-29 Thread dnovillo
On 2011/04/29 19:21:00, Diego Novillo wrote: On 2011/04/29 00:02:40, singhai wrote: 2011-04-28 Sharad Singhai mailto:sing...@google.com gcc/ChangeLog.google-main * params.def: Add new parameters to control peeling. * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Use

Re: [google] Use different peeling parameters with available profile (issue4438079)

2011-04-29 Thread शरद सिंघई
Thanks a bunch! Sharad On Fri, Apr 29, 2011 at 1:58 PM, dnovi...@google.com wrote: On 2011/04/29 19:21:00, Diego Novillo wrote: On 2011/04/29 00:02:40, singhai wrote: 2011-04-28  Sharad Singhai  mailto:sing...@google.com       gcc/ChangeLog.google-main       * params.def: Add new

[google] Use different peeling parameters with available profile (issue4438079)

2011-04-27 Thread Sharad Singhai
This patch adds new parameters to control peeling when profile feedback information is available. For google/main. Tested: bootstrapped on x86_64. 2011-04-27 Sharad Singhai sing...@google.com * gcc/params.def: Add new parameters to control peeling. *

Re: [google] Use different peeling parameters with available profile (issue4438079)

2011-04-27 Thread Diego Novillo
On Wed, Apr 27, 2011 at 20:52, Sharad Singhai sing...@google.com wrote: This patch adds new parameters to control peeling when profile feedback information is available. For google/main. Tested:  bootstrapped on x86_64. Looks OK with a couple of minor nits below. 2011-04-27  Sharad