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] Fix bootstrap failure caused by tree-ssa-loop.c


oops. Exactly the kind of problems I have expected when I have seen you
have created another interface to the dominator information. IMHO it
would be better to just keep the original one from the dominance.c (I
know there are performance problems, but these are easy to fix).



Please fix them then. It would let me remove about 100-200 lines of tree-ssa-pre.c.

If you want to see a performance problem, changed fast_a_dominates_b to just use dominated_by_p, and compile 20001226-1.c, or any other large testcase.
Wheee, calculate_value is fun.



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