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: [tree-ssa] clean up pre edge splitting


Hello,

> > > merge_blocks to Richard's representation?
> > 
> > I will post a patch for it soon.

it turns out to be quite cumbersome with the explicit gotos; I have
tried to test it by adding the obvious cleanup pass using it, but
the things get quite ugly when fallthru edges from exception throwing
statements come into play.  It definitely is not impossible, but I am
going to postpone work on it until the final decision about the implicit
gotos form is done, since it would be much easier with it.

Zdenek


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