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: scheduler speedup take 2


On Sat, Oct 27, 2001 at 09:00:02PM +0200, Jan Hubicka wrote:
> 	* sched-rgn.c (CHECK_DEAD_NOTES): New constant.
> 	(init_regions, schedule_insns): Conditionalize the checking
> 	code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.

Ok.

> +   if (CHECK_DEAD_NOTES)
> +     {
> +       /* Remove all death notes from the subroutine.  */

Pasto.  You're counting here, not removing.


r~


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