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?


  In message <14375.27751.463360.981973@ongaonga.elec.canterbury.ac.nz>you writ
e:
  >  > If you want to do this at loop optimization time, there isn't any CFG
  >  > information available in the first place.
  > 
  > In my patches there is ;-)
Hell, we've had cfg's before loop for 2 years.  Joern needs to read more
code :-)

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.

jeff


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