This is the mail archive of the gcc-bugs@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]

[Bug middle-end/18499] [4.0 Regression] quadratic behavior in cfgexpand


------- 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


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