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: [patch] tree-ssa-dom.c: Speed up tree_ssa_dominator_optimize.


On Mon, 2005-01-10 at 20:50 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to speed up tree_ssa_dominator_optimize by
> removing a call to mark_dfs_back_edges.
> 
> Jeff removed all uses of EDGE_DFS_BACK in tree-ssa-dom.c, so we don't
> need to call mark_dfs_back_edges.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
> 	mark_dfs_back_edges.
This is fine.
jeff



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