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: Loop optimizer patch


Mark,

> It makes sense to me -- but I'm concerned that it's introducing a new 
> case of quadratic behavior in the compiler.

Well, there are already several other routines in loop.c that are 
quadratic in the number of movables: ignore_some_movables, 
combine_movables, move_movables.

None of these have any sort of loop bound; do you still think it
is necessary to introduce one for force_movables?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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