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] more loop.c fixes for -fprofile-loop-arrays


On Wed, May 15, 2002 at 02:46:38PM -0700, Janis Johnson wrote:
>    -  For conditional code, skip the prefetch if PREFETCH_CONDITIONAL
>       is zero (this was originally intended), but preserve the current
>       behavior by defining PREFETCH_CONDITIONAL to one if it has not
>       already been defined.

Is there some benefit to preserving the old behaviour?

> -	  index += size;
> +	  /* index += size; */

Remove code; do not commit it out.

Otherwise ok.


r~


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