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] for optimization/10080: Loop unroller nearly useless


Hello,

> > this would disable unrolling of loops with runtime computable number of
> > iterations on this architecture completely.
> 
> No, just those that use "int" instead of "long".

i.e. 99%.

> In addition,
> note the comment wrt increments of 1, which could be implemented.
> 
> > Perhaps we need something like -funsafe-unrolling?
> 
> I would not like this.

why not? In my opinion programs that use this kind of tricks do not
deserve to work :-)

Zdenek


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