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: added more reorg statistics



  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


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