[PATCH 5/6] Add line map statistics to -fmem-report output

2011-10-17 Thread Dodji Seketeli
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. gcc/ChangeLog 2011-10-15 Tom Tromey Dodji Seketeli * input.c (ONE_K

Re: [PATCH 5/6] Add line map statistics to -fmem-report output

2011-04-13 Thread Dodji Seketeli
Hello, Gabriel Dos Reis writes: > On Fri, Dec 10, 2010 at 5:11 AM, Dodji Seketeli wrote: > > This patch adds statistics about the memory consumption of line maps > > to the output of -fmem-report. It has been useful in trying to reduce > > the memory consumption of the macro maps support. > > >