This is the mail archive of the gcc@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]

Re: Updating the CFG on the fly?


Jeffrey A Law writes:
 > Even if we didn't have a cfg before loop, there's nothing that prevents us
 > from building one.  Using a cfg to drive the loop optimizer is really the
 > right way to go.  There's *sooo* many things in loop.c that can be cleaned
 > up by using a cfg.

I agree.  Many of the common loop operations could be markedly
improved with a CFG.

Speaking of loop optimisations; were the low overhead loop patches I
submitted many months ago ever reviewed?

Michael.


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