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: [PATCH]: Fix PR 17587


On Wed, Sep 22, 2004 at 10:35:00AM -0400, Daniel Berlin wrote:
> Luckily, however, we don't actually need to see the insertions we've made, 
> since we know we'll make them.  Thus, the easiest way to fix this bug is 
> to simply not commit edge inserts until the end of PRE, when we don't care 
> if we create a new basic block or not.

Does that mean it's not worthwhile to split critical edges too?


r~


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