------- Additional Comments From steven at gcc dot gnu dot org 2004-11-24 11:12 ------- (From update of attachment 7547) The problem was searching edges the edge->dest block in remove_edge, but we now have dest_idx on for edge (thanks to Kazu's O(1) PHI arg lookup patches) so we don't have to search the dest block anymore.
So I suspect at least the part of the problem that put remove_edge high up in the profile is now fixed, and my patch is obsolete. I'll reprofile and see what else we can do to speed up this test case... -- What |Removed |Added ---------------------------------------------------------------------------- Attachment #7547 is|0 |1 obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18499