Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-22 Thread Marek Polacek via Gcc-patches
On Tue, Sep 22, 2020 at 09:02:08AM -0400, Marek Polacek via Gcc-patches wrote: > On Tue, Sep 22, 2020 at 10:30:00AM +0200, Martin Liška wrote: > > On 9/22/20 9:47 AM, Christophe Lyon wrote: > > > On Wed, 2 Sep 2020 at 15:29, Martin Liška wrote: > > > > > > > > On 9/1/20 4:04 PM, Jan Hubicka wrote

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-22 Thread Marek Polacek via Gcc-patches
On Tue, Sep 22, 2020 at 10:30:00AM +0200, Martin Liška wrote: > On 9/22/20 9:47 AM, Christophe Lyon wrote: > > On Wed, 2 Sep 2020 at 15:29, Martin Liška wrote: > > > > > > On 9/1/20 4:04 PM, Jan Hubicka wrote: > > > > > The patch is about usage of MiB in memory allocation reports. > > > > > I see

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-22 Thread Martin Liška
On 9/22/20 9:47 AM, Christophe Lyon wrote: On Wed, 2 Sep 2020 at 15:29, Martin Liška wrote: On 9/1/20 4:04 PM, Jan Hubicka wrote: The patch is about usage of MiB in memory allocation reports. I see it much better readable than values displayed in KiB: Reading object files: tramp3d-v4.o {GC r

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-22 Thread Christophe Lyon via Gcc-patches
On Wed, 2 Sep 2020 at 15:29, Martin Liška wrote: > > On 9/1/20 4:04 PM, Jan Hubicka wrote: > >> The patch is about usage of MiB in memory allocation reports. > >> I see it much better readable than values displayed in KiB: > >> > >> Reading object files: tramp3d-v4.o {GC released 1 MiB} {GC 19 MiB

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-17 Thread Jeff Law via Gcc-patches
On 9/2/20 7:28 AM, Martin Liška wrote: > On 9/1/20 4:04 PM, Jan Hubicka wrote: >>> The patch is about usage of MiB in memory allocation reports. >>> I see it much better readable than values displayed in KiB: >>> >>> Reading object files: tramp3d-v4.o {GC released 1 MiB} {GC 19 MiB -> >>> 19 MiB}

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-02 Thread Martin Liška
On 9/1/20 4:04 PM, Jan Hubicka wrote: The patch is about usage of MiB in memory allocation reports. I see it much better readable than values displayed in KiB: Reading object files: tramp3d-v4.o {GC released 1 MiB} {GC 19 MiB -> 19 MiB} {GC 19 MiB} {heap 12 MiB} Reading the symbol table: Mergi

Re: [PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-01 Thread Jan Hubicka
> The patch is about usage of MiB in memory allocation reports. > I see it much better readable than values displayed in KiB: > > Reading object files: tramp3d-v4.o {GC released 1 MiB} {GC 19 MiB -> 19 MiB} > {GC 19 MiB} {heap 12 MiB} > Reading the symbol table: > Merging declarations: {GC relea

[PATCH 2/3] Use MiB unit when displaying memory allocation.

2020-09-01 Thread Martin Liška
The patch is about usage of MiB in memory allocation reports. I see it much better readable than values displayed in KiB: Reading object files: tramp3d-v4.o {GC released 1 MiB} {GC 19 MiB -> 19 MiB} {GC 19 MiB} {heap 12 MiB} Reading the symbol table: Merging declarations: {GC released 1 MiB mad