Re: [PATCH, RFC] New memory usage statistics infrastructure

2016-02-01 Thread Martin Liška
On 01/29/2016 05:24 PM, Patrick Palka wrote: > On Thu, May 28, 2015 at 1:07 PM, Jeff Law wrote: >> On 05/28/2015 06:29 AM, Martin Liška wrote: >> >>> >>> Hello. >>> >>> Thank you for pointing about missing copyright. >>> Following patch adds that. >>> >>> Ready for trunk? >> >> Yes. >> jeff >

Re: [PATCH, RFC] New memory usage statistics infrastructure

2016-01-29 Thread Patrick Palka
On Thu, May 28, 2015 at 1:07 PM, Jeff Law wrote: > On 05/28/2015 06:29 AM, Martin Liška wrote: > >>> >> >> Hello. >> >> Thank you for pointing about missing copyright. >> Following patch adds that. >> >> Ready for trunk? > > Yes. > jeff > It looks like this patch was never committed. gcc/mem-sta

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Vidya Praveen
On 01/06/15 15:21, Vidya Praveen wrote: On 01/06/15 15:08, Martin Liška wrote: On 06/01/2015 02:18 PM, Richard Biener wrote: On Mon, Jun 1, 2015 at 1:38 PM, Martin Liška wrote: On 05/29/2015 06:09 PM, Vidya Praveen wrote: Martin, The following change: @@ -2655,10 +2655,10 @@ s-iov: build/

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Martin Liška
On 06/01/2015 04:08 PM, Martin Liška wrote: > On 06/01/2015 02:18 PM, Richard Biener wrote: >> On Mon, Jun 1, 2015 at 1:38 PM, Martin Liška wrote: >>> On 05/29/2015 06:09 PM, Vidya Praveen wrote: Martin, The following change: @@ -2655,10 +2655,10 @@ s-iov: build/gcov-

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Vidya Praveen
On 01/06/15 15:08, Martin Liška wrote: On 06/01/2015 02:18 PM, Richard Biener wrote: On Mon, Jun 1, 2015 at 1:38 PM, Martin Liška wrote: On 05/29/2015 06:09 PM, Vidya Praveen wrote: Martin, The following change: @@ -2655,10 +2655,10 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) $(DEV

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Martin Liška
On 06/01/2015 02:18 PM, Richard Biener wrote: > On Mon, Jun 1, 2015 at 1:38 PM, Martin Liška wrote: >> On 05/29/2015 06:09 PM, Vidya Praveen wrote: >>> >>> Martin, >>> >>> The following change: >>> >>> @@ -2655,10 +2655,10 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) >>> $(DEVPHASE) >>> >>>

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Richard Biener
On Mon, Jun 1, 2015 at 1:38 PM, Martin Liška wrote: > On 05/29/2015 06:09 PM, Vidya Praveen wrote: >> >> Martin, >> >> The following change: >> >> @@ -2655,10 +2655,10 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) >> $(DEVPHASE) >> >> GCOV_OBJS = gcov.o >> gcov$(exeext): $(GCOV_OBJS) $(LIB

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-06-01 Thread Martin Liška
On 05/29/2015 06:09 PM, Vidya Praveen wrote: > > Martin, > > The following change: > > @@ -2655,10 +2655,10 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) > $(DEVPHASE) > > GCOV_OBJS = gcov.o > gcov$(exeext): $(GCOV_OBJS) $(LIBDEPS) > - +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) $(GC

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-05-29 Thread Vidya Praveen
Martin, The following change: @@ -2655,10 +2655,10 @@ s-iov: build/gcov-iov$(build_exeext) $(BASEVER) $(DEVPHASE) GCOV_OBJS = gcov.o gcov$(exeext): $(GCOV_OBJS) $(LIBDEPS) - +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) $(GCOV_OBJS) $(LIBS) -o $@ + +$(LINKER) $(ALL_LINKERFLAGS) $(LDF

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-05-28 Thread Jeff Law
On 05/28/2015 06:29 AM, Martin Liška wrote: Hello. Thank you for pointing about missing copyright. Following patch adds that. Ready for trunk? Yes. jeff

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-05-28 Thread Martin Liška
On 05/28/2015 01:15 PM, Thomas Schwinge wrote: Hi! On Fri, 15 May 2015 16:38:40 +0200, Martin Liška wrote: Following patch attempts to rewrite memory reports for GCC's internal allocations [...] (Got commtited to trunk in r223748.) * hash-map-traits.h: New file. In that one you

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-05-28 Thread Thomas Schwinge
Hi! On Fri, 15 May 2015 16:38:40 +0200, Martin Liška wrote: > Following patch attempts to rewrite memory reports for GCC's internal > allocations > [...] (Got commtited to trunk in r223748.) > * hash-map-traits.h: New file. In that one you added a copyright/licensing header, but... >

Re: [PATCH, RFC] New memory usage statistics infrastructure

2015-05-19 Thread Jeff Law
On 05/15/2015 08:38 AM, Martin Liška wrote: Hello. Following patch attempts to rewrite memory reports for GCC's internal allocations so that it uses a new template type. The type shares parts which are currently duplicated, adds support for special 'counters' and introduces new support for hash-