]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/install.texi
Patch from Dan Nicolaescu
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 22 Dec 2003 07:42:43 +0000 (07:42 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 22 Dec 2003 07:42:43 +0000 (23:42 -0800)
commit439a7e544da9c5f6e9c1b14ec054e3bdda7eddc2
tree92e1b9a44d211c848fd96269a939fdf393e245ab
parentd9dd2c4ed71f3f1f5cb20424c7bb753eda60ac96
Patch from Dan Nicolaescu
* rtl.h (dump_rtx_statistics): Declare it.
* rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
rtx_alloc_sizes): New static vars.
(rtx_alloc, rtvec_alloc): Update them.
(dump_rtx_statistics): New function.
* toplev.c (finalize): Call it.
* ggc-page.c (struct globals): Fix comments. Add new member
total_allocated_per_order.
(ggc_alloc): Keep track of the total allocated memory.
(ggc_print_statistics): Clarify message. Print total allocated
memory stats.
* configure.in (gather-detailed-mem-stats): New flag.
* configure: Regenerate.
* config.in: Regenerate.
* doc/install.texi (Configuration): Document
--enable-gather-detailed-mem-stats.

From-SVN: r74930
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/doc/install.texi
gcc/ggc-page.c
gcc/rtl.c
gcc/rtl.h
gcc/toplev.c