This is the mail archive of the gcc-patches@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: [RFC, cfg/dataflow] Properly split EH edges for -freorder-blocks-and-partition


On Fri, Jul 22, 2011 at 02:09, Richard Henderson <rth@redhat.com> wrote:
> I should mention here that I suspect the Cleanest solution is
> to make DF_DEFER_INSN_RESCAN imply that we also shouldn't grab
> data from the blocks those new insns are in either. ?In this
> way one can create the block, link it up properly, and have
> everything Just Work later, when deferred insns are processed.

Yes, this also seems like the right approach. I'll try to find some
time.  I guess with this in place the rest of the patch should also
Just Work? :)

Paolo


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