gcc/gcc ChangeLog.hammer alloc-pool.c alloc-po ...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Fri Jan 30 11:08:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: hammer-3_3-branch
Changes by: hubicka@gcc.gnu.org 2004-01-30 11:08:44
Modified files:
gcc : ChangeLog.hammer alloc-pool.c alloc-pool.h
toplev.c
Log message:
* alloc-pool.c: Include hashtab.h
(alloc_pool_descriptor): New structure
(alloc_pool_hash): New global variable.
(hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
(create_alloc_pool): Update statistics.
(free_alloc_pool): Likewise.
(pool_alloc): Likewise.
(output_info): New structure
(print_statistics, dump_alloc_pool_statistics): New function.
* alloc-pool.h (alloc_pool_def): Turn name to be constant.
(dump_alloc_pool_statistics): Declare.
* toplev.c (finalize): Dump statistics.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.295&r2=1.1.2.296
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/alloc-pool.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.6.2.1&r2=1.6.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/alloc-pool.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.3.2.1&r2=1.3.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.688.2.42&r2=1.688.2.43
More information about the Gcc-cvs
mailing list