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]

Updating the CFG on the fly?



Can anyone familiar with the GCC CFG tell me whether it is possible or
feasible to update it on the fly?

I'm looking at merging natural loops that share the same header and
need to create new postbody nodes.  Should I just create all the new
blocks and the re-run find_basic_blocks etc.?

Michael.



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