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: Better estimations of costs in outof-ssa


On Fri, Jul 29, 2005 at 11:21:28PM +0200, Jan Hubicka wrote:
> 	* tree-outof-ssa.c (coalesce_ssa_name): Update call of add_coalesce.
> 	(coalesce_vars): Likewise.
> 	* tree-ssa-live.c (add_coalesce): Add frequency/hot/critical argument;
> 	compute cost based on these.
> 	(build_tree_conflict_graph): Update call of add_coalesce.
> 	* tree-ssa-live.h (add_coalesce): Update.

Ok.

> +   /* Inserting copy on critical edge is more costy

s/is more costy/costs more/


r~


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