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-15 10:34 -------
Perhaps we should have an edge flag to mark edges dead, then walk the 
entire CFG visiting all succ edges once (marking the dead ones) and 
have a function remove_many_edges() in cfg.c to kill marked edges... 
 
 

-- 


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]