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: cselib speedup II


On Wed, Mar 12, 2003 at 11:35:53AM +0100, Jan Hubicka wrote:
> 	* cselib.c (clear_table): Do not take argument; always clear just
> 	used slots.
> 	(cselib_process_insn):  Update call of clear_table
> 	(cselib_init): Do not call clear_table.
> 	(cselib_finish): Clear table.

Ok.

> !     for (i = 0; i < VARRAY_ACTIVE_SIZE (used_regs); i++)

I wonder if a bitmap would be better...



r~


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