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


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.

Also, it's quite annoying to have to keep resetting these flags. I don't think a simple read-only helper should be altering the basic block flags.
All i did was ask for the loop body.


--Dan


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