r196525 - in /trunk/gcc: ChangeLog bitmap.c
steven@gcc.gnu.org
steven@gcc.gnu.org
Thu Mar 7 17:27:00 GMT 2013
Author: steven
Date: Thu Mar 7 17:27:52 2013
New Revision: 196525
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196525
Log:
* bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT
for all counters.
(struct output_info): Likewise.
(register_overhead): Remove bad gcc_assert.
(bitmap_find_bit): If there is only a single bitmap element, do not
count a miss as a search.
(print_statistics): Update for counter type changes.
(dump_bitmap_statistics): Likewise. Print headers such that they
are properly lined up with the printed counters.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/bitmap.c
More information about the Gcc-cvs
mailing list