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: Refine cross-jumping


    How much of opurtunities we miss this way?  Perhaps we can simply merge
    the blocks conservativly (ie remove the clobbers and keep uses)

I didn't measure, but I doubt it misses very many.  After all, each
such "miss" would have caused this bug and it didn't occur in very many places.
I don't think it's worth the complexity.


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