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] Splitting memory references during unrolling (resubmission)


Hello,

> Following the fix for the unroller patch
> (http://gcc.gnu.org/ml/gcc-patches/2004-08/msg00397.html)
> I resubmit the patch for Splitting memory references during unrolling.
> 
> Bootstrapped (with -funroll-all-loops) & regression tests on POWER4.

could you please measure the effect of this patch on some benchmark
on i686 and post results to the mailing list?

I suspect this optimization might spoil the code there; if this
turned out to be the case, you would have to restrict it to work
only on architectures where it is profitable.

Zdenek


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