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] Alternative patch for split_critical_edges problem


In message <20040213151606.GA29321@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
 >Hello,
 >
 >this patch makes the time spent in split_critical_edges in 20001226-1.c
 >to drop from 98 seconds to 7, i.e. it seems to be almost as effective as
 >not updating the dominators at all.
 >
 >Regardless of whether the Daniel's patch will turn out to be beneficial,
 >this patch should be considered also, since split_edges is also used
 >on other places.
 >
 >OK if it passes bootstrap & regtesting?
 >
 >Zdenek
 >
 >	* cfghooks.c (split_edge): Speed up updating of dominators.
Looks good to me.  I'm going to do a "quick" make-check and see what kind
of difference it makes.

jeff


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