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]
Other format: [Raw text]

Re: Thoughts about semantics of BB_VISITED


Hello,

> >>destroying visited flags without telling you?
> >
> >because get_loop_body is often used on places where (lots of) new blocks
> >get created (like unroller).  Resizing the sbitmap would be quite
> >annoying.
> 
> The unroller calls it multiple times per loop?

no, but for several different loops.

Zdenek


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