gcc/gcc ggc-page.c tree.c tree.h ChangeLog doc ...

gerald@gcc.gnu.org gerald@gcc.gnu.org
Mon Jul 14 13:36:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	gerald@gcc.gnu.org	2003-07-14 13:36:57

Modified files:
	gcc            : ggc-page.c tree.c tree.h ChangeLog 
	gcc/doc/include: texinfo.tex 

Log message:
	* 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ggc-page.c.diff?cvsroot=gcc&r1=1.71&r2=1.72
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.315&r2=1.316
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.425&r2=1.426
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.486&r2=2.487
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/include/texinfo.tex.diff?cvsroot=gcc&r1=1.5&r2=1.6



More information about the Gcc-cvs mailing list