Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-16 Thread Martin Liška
On 06/08/2015 05:01 PM, Martin Liška wrote: > On 06/01/2015 06:16 PM, mliska wrote: >> Hi. >> >> Following 2 patches improve memory statistics infrastructure. First one >> ports pool allocator to the new infrastructure. And the second one makes >> column alignment properly. >> >> Both can bootstrap

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-08 Thread Martin Liška
On 06/01/2015 06:16 PM, mliska wrote: > Hi. > > Following 2 patches improve memory statistics infrastructure. First one > ports pool allocator to the new infrastructure. And the second one makes > column alignment properly. > > Both can bootstrap on x86_64-linux-pc and survive regression tests. >

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Jeff Law
On 06/03/2015 08:11 AM, Martin Liška wrote: That's fine, I would like to explain that difference. Each of these two functions are called in a bit different way: T::dump_header (mem_location::get_origin_name (origin)); // that's why the function is static total.dump_footer (); // that's why th

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Martin Liška
On 06/03/2015 03:18 PM, Jeff Law wrote: > On 06/03/2015 03:14 AM, Martin Liška wrote: >> On 06/02/2015 07:17 PM, Jeff Law wrote: >>> On 06/02/2015 09:05 AM, Martin Liška wrote: On 06/02/2015 03:58 PM, Jeff Law wrote: > On 06/01/2015 10:16 AM, mliska wrote: >> Hi. >> >> Followin

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Jeff Law
On 06/03/2015 03:41 AM, Martin Liška wrote: From a52eecf7c78f2eee0ccac662459e89ddbedd0244 Mon Sep 17 00:00:00 2001 From: mliska Date: Wed, 3 Jun 2015 11:37:01 +0200 Subject: [PATCH] Fix GNU coding style in memory statistics. gcc/ChangeLog: 2015-06-03 Martin Liska * alloc-pool.h (str

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Jeff Law
On 06/03/2015 03:14 AM, Martin Liška wrote: On 06/02/2015 07:17 PM, Jeff Law wrote: On 06/02/2015 09:05 AM, Martin Liška wrote: On 06/02/2015 03:58 PM, Jeff Law wrote: On 06/01/2015 10:16 AM, mliska wrote: Hi. Following 2 patches improve memory statistics infrastructure. First one ports pool

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Martin Liška
On 06/01/2015 06:16 PM, mliska wrote: > Hi. > > Following 2 patches improve memory statistics infrastructure. First one > ports pool allocator to the new infrastructure. And the second one makes > column alignment properly. > > Both can bootstrap on x86_64-linux-pc and survive regression tests. >

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-03 Thread Martin Liška
On 06/02/2015 07:17 PM, Jeff Law wrote: > On 06/02/2015 09:05 AM, Martin Liška wrote: >> On 06/02/2015 03:58 PM, Jeff Law wrote: >>> On 06/01/2015 10:16 AM, mliska wrote: Hi. Following 2 patches improve memory statistics infrastructure. First one ports pool allocator to the new

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-02 Thread Jeff Law
On 06/02/2015 09:05 AM, Martin Liška wrote: On 06/02/2015 03:58 PM, Jeff Law wrote: On 06/01/2015 10:16 AM, mliska wrote: Hi. Following 2 patches improve memory statistics infrastructure. First one ports pool allocator to the new infrastructure. And the second one makes column alignment proper

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-02 Thread Martin Liška
On 06/02/2015 03:58 PM, Jeff Law wrote: > On 06/01/2015 10:16 AM, mliska wrote: >> Hi. >> >> Following 2 patches improve memory statistics infrastructure. First one >> ports pool allocator to the new infrastructure. And the second one makes >> column alignment properly. >> >> Both can bootstrap on

Re: [PATCH 1/2] Memory statistics enhancement.

2015-06-02 Thread Jeff Law
On 06/01/2015 10:16 AM, mliska wrote: Hi. Following 2 patches improve memory statistics infrastructure. First one ports pool allocator to the new infrastructure. And the second one makes column alignment properly. Both can bootstrap on x86_64-linux-pc and survive regression tests. Ready for tr