OSDN Git Service

2008-10-07 Kenneth Zadeck <zadeck@naturalbridge.com>
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2008 02:52:28 +0000 (02:52 +0000)
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2008 02:52:28 +0000 (02:52 +0000)
commit918c094d3453fb8f96cfe4e077ea07c9590fdec3
tree9542e5e0721a973bbd1bdf8f3e87a10764e1761d
parent76c47433a7a7d3c156fba4ad1e9331e38abd41da
2008-10-07  Kenneth Zadeck <zadeck@naturalbridge.com>

PR rtl-optimization/37448
alloc_pool_desc (elt_size): New field.
alloc_pool_desc (created, allocated, current, peak): Make unsigned
long.
output_info (count): Renamed total_created and made unsigned long.
output_info (size): Renamed total_allocated and made unsigned long.
alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
pool_free): Properly keep track of desc->size.
(print_statistics, dump_alloc_pool_statistics): Enhance the
printing of statistics to print the number of elements and to use
unsigned longs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140960 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alloc-pool.c