This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: added more reorg statistics
- To: Herman ten Brugge <Haj dot Ten dot Brugge at net dot HCC dot nl>
- Subject: Re: added more reorg statistics
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 28 Nov 1999 07:23:51 -0700
- cc: egcs-patches at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <199910310918.JAA04538@net.HCC.nl>you write:
> Hello,
>
> I added some new code to reorg.c to print some more statistics. I needed
> this to verify my patches I send earlier. These patches extended an
> existing delay list. There are two options to print this. The first
> is to make a two dimensional array and store all info:
>
> filled_delays [old_delay_list_size][new_delay_list_size]
>
> The second option was to print the total size at the end. This was the
> one I implemented because the other implementation would probably give
> to much output that could not be validated very easy. Now I just grep
> on 'Reorg delays' and 'Reorg annuls' before and after my patch to
> extend existing delay lists and check the difference.
> I also corrected a typo. Delay lists with 3 slots filled are not printed.
>
> Herman.
>
> 1999-31-10 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
>
> * reorg.c (dbr_schedule) Print more statistics. Corrected
> problem when printing info when 3 delay slots are filled.
Thanks. Sorry about the delay. I'll be installing this change shortly.
jeff