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]
Other format: [Raw text]

Re: GCSE again: bypass_conditional_jumps -vs- commit_edge_insertions - problem with ccsetters?


On 11/2/06, Roger Sayle <roger@eyesopen.com> wrote:
Steven Bosscher might even have plans for reorganizing jump bypassing
already as part of his CSE/GCSE overhaul?

Yes, and one part of that plan is to pre-split all critical edges so that you never have to insert on edges. That would make your problem go away, iiuc.

Gr.
Steven


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