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]

Re: Some performance improvements.


On Thu, Nov 30, 2000 at 06:47:39PM +0100, Michael Matz wrote:
> 	* flow.c (make_edge): Early out, if no flags to set.
> 	(calculate_global_regs_live): Clear out garbage only when necessary.

Applied, with tweeks.

> 	* simplify-rtx.c (varray_type used_regs): New.
> 	(clear_table): Use it to only clear necessary items.
> 	(cselib_lookup, cselib_record_set): Remember newly set items.
> 	(cselib_update_varray_sizes, cselib_init): Initialize and grow
> 	used_regs.

Applied.

> 	* local-alloc.c (update_equiv_regs): New local `cleared_regs'.
> 	Move clearing of dead regs out of insn-loop.

Applied.

> 	* cp/decl.c (store_bindings): Only search in the non modified
> 	old_bindings for duplicates.

Not my call.


r~

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