new timevars

Zack Weinberg zack@codesourcery.com
Mon Feb 24 21:39:00 GMT 2003


Jan Hubicka <jh@suse.cz> writes:

> Sat Feb 22 12:53:13 CET 2003  Jan Hubicka  <jh@suse.cz>
> 	* Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
> 	* alias.c: Include timevar.h
> 	(init_alias_analysis):  Set timevar
> 	* jump.c: Include timevar.h
> 	(rebuild_jump_labels):  Set timevar
> 	* regcalss.c: Include timevar.h
> 	(reg_scan):  Set timevar
> 	* timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New

Hmm.  Is init_alias_analysis really the only place that should be
put under TV_ALIAS_ANALYSIS?  And why is TV_REBUILD_JUMP distinct from
TV_JUMP?

zw



More information about the Gcc-patches mailing list