This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Refine (compile-time) profitability condition


On Thu, Nov 19, 2009 at 11:02 AM, Razya Ladelsky <RAZYA@il.ibm.com> wrote:
> Hi,
>
> This patch is a small refinement to the estimated_loop_iterations_int
> condition:
> in the case that estimated_loop_iterations_int returns -1, we do try to
> parallelize.
>
> num_iters.c is a representing testcase.
>
> Testing it now.
> Ok to commit if passes successfully?

Ok.

Thanks,
Richard.

> Thanks,
> Razya
>
> 2009-11-19 ?Razya Ladelsky ?<razya@il.ibm.com>
>
> ? ? ? ?* tree-parloops.c (parallelize_loops): Adjust
> estimated_loop_iterations_int condition.
> ? ? ? ?* testsuite/gcc.dg/autopar/num_iters.c: New testcase.
>
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]