Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-27 Thread Martin Liška
On 2/27/19 11:45 AM, Richard Biener wrote: > On Wed, Feb 27, 2019 at 9:01 AM Martin Liška wrote: >> >> On 2/26/19 7:48 PM, Richard Biener wrote: >>> On February 26, 2019 6:50:13 PM GMT+01:00, "Martin Liška" >>> wrote: On 2/26/19 4:02 PM, Richard Biener wrote: > On Tue, Feb 26, 2019 at 3

Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-27 Thread Richard Biener
On Wed, Feb 27, 2019 at 9:01 AM Martin Liška wrote: > > On 2/26/19 7:48 PM, Richard Biener wrote: > > On February 26, 2019 6:50:13 PM GMT+01:00, "Martin Liška" > > wrote: > >> On 2/26/19 4:02 PM, Richard Biener wrote: > >>> On Tue, Feb 26, 2019 at 3:30 PM Martin Liška wrote: > > Hi. >

Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-27 Thread Martin Liška
On 2/26/19 7:48 PM, Richard Biener wrote: > On February 26, 2019 6:50:13 PM GMT+01:00, "Martin Liška" > wrote: >> On 2/26/19 4:02 PM, Richard Biener wrote: >>> On Tue, Feb 26, 2019 at 3:30 PM Martin Liška wrote: Hi. I've rewritten bitmap memory statistics which abused unsigne

Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-26 Thread Richard Biener
On February 26, 2019 6:50:13 PM GMT+01:00, "Martin Liška" wrote: >On 2/26/19 4:02 PM, Richard Biener wrote: >> On Tue, Feb 26, 2019 at 3:30 PM Martin Liška wrote: >>> >>> Hi. >>> >>> I've rewritten bitmap memory statistics which abused unsigned >>> type via register_overhead (map, -((int)sizeof

Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-26 Thread Martin Liška
On 2/26/19 4:02 PM, Richard Biener wrote: > On Tue, Feb 26, 2019 at 3:30 PM Martin Liška wrote: >> >> Hi. >> >> I've rewritten bitmap memory statistics which abused unsigned >> type via register_overhead (map, -((int)sizeof (bitmap_head))). >> I come up with a concept that each bitmap has assigned

Re: [PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-26 Thread Richard Biener
On Tue, Feb 26, 2019 at 3:30 PM Martin Liška wrote: > > Hi. > > I've rewritten bitmap memory statistics which abused unsigned > type via register_overhead (map, -((int)sizeof (bitmap_head))). > I come up with a concept that each bitmap has assigned a unique ID > which is used for stats tracking. I

[PATCH][stage 1] Fix bitmap registration of overheads.

2019-02-26 Thread Martin Liška
Hi. I've rewritten bitmap memory statistics which abused unsigned type via register_overhead (map, -((int)sizeof (bitmap_head))). I come up with a concept that each bitmap has assigned a unique ID which is used for stats tracking. It's caused by fact that e.g. DF is heavily reallocating bitmaps th