Re: Fix detailed mem report WRT hash tables

2015-04-13 Thread Jeff Law
On 03/27/2015 09:26 AM, Jan Hubicka wrote: Hi, I notieced that GGC hash tables are now accounted to hash-table.h:alloc_entries that is not very informative (we do not have any stats for heap hash tables that would be nice to have). This patch fixes the first problem by adding annotations. OK (pe

Re: Fix detailed mem report WRT hash tables

2015-03-30 Thread Richard Biener
On Fri, Mar 27, 2015 at 4:26 PM, Jan Hubicka wrote: > Hi, > I notieced that GGC hash tables are now accounted to > hash-table.h:alloc_entries > that is not very informative (we do not have any stats for heap hash tables > that > would be nice to have). > > This patch fixes the first problem by a

Fix detailed mem report WRT hash tables

2015-03-27 Thread Jan Hubicka
Hi, I notieced that GGC hash tables are now accounted to hash-table.h:alloc_entries that is not very informative (we do not have any stats for heap hash tables that would be nice to have). This patch fixes the first problem by adding annotations. OK (perhaps for next stage1?) Bootstrapped/regtest