ggc-page.c (extra_order_size_table): Insns have 9 slots.
authorGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 14 Jul 2003 13:36:56 +0000 (13:36 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 14 Jul 2003 13:36:56 +0000 (13:36 +0000)
commitadc4adcdaf77425b4ef99c8f468a6b7cf27292aa
tree47bd6d886c5f588b7ab757036ddad7e0ef31691b
parent3ad249b9c71911ab735f7ea4e43a0b3fa6f48513
ggc-page.c (extra_order_size_table): Insns have 9 slots.

* ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
don't have 2.

* ggc-page.c (struct globals): Add new fields to keep track of the
total allocated memory and overhead.
(ggc_print_statistics): Print them.
(ggc_alloc): Keep track of the total allocated memory and the
overhead.

* tree.c (dump_tree_statistics): Increase spacing.
(enum tree_node_kind): Move to ...
* tree.h (enum tree_node_kind): ... here.
(tree_node_counts, tree_node_sizes): Declare.

* doc/include/texinfo.tex: Upgrade to texinfo 4.6.

From-SVN: r69330
gcc/ChangeLog
gcc/doc/include/texinfo.tex
gcc/ggc-page.c
gcc/tree.c
gcc/tree.h