This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r180085 - in /trunk: gcc/ChangeLog gcc/input.c ...


Author: dodji
Date: Mon Oct 17 09:59:52 2011
New Revision: 180085

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180085
Log:
Add line map statistics to -fmem-report output

This patch adds statistics about line maps' memory consumption and
macro expansion to the output of -fmem-report.  It has been useful in
trying to reduce the memory consumption of the macro maps support.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/input.c
    trunk/gcc/input.h
    trunk/gcc/toplev.c
    trunk/libcpp/ChangeLog
    trunk/libcpp/include/line-map.h
    trunk/libcpp/line-map.c
    trunk/libcpp/macro.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]