Re: [PATCH] Compute and emit working set information from gcov-dump (issue6940061)

2013-04-03 Thread Teresa Johnson
On Wed, Apr 3, 2013 at 10:52 AM, Jan Hubicka wrote: >> > >> > 2012-12-14 Teresa Johnson >> > >> > * lto-cgraph.c (input_symtab): Replace call to compute_working_sets >> > to get_working_sets. >> > * gcov-io.c (compute_working_sets): Moved most of body of old >> >

Re: [PATCH] Compute and emit working set information from gcov-dump (issue6940061)

2013-04-03 Thread Jan Hubicka
> > > > 2012-12-14 Teresa Johnson > > > > * lto-cgraph.c (input_symtab): Replace call to compute_working_sets > > to get_working_sets. > > * gcov-io.c (compute_working_sets): Moved most of body of old > > compute_working_sets here from profile.c. > > * gco

Re: [PATCH] Compute and emit working set information from gcov-dump (issue6940061)

2013-03-27 Thread Teresa Johnson
Ping. Thanks, Teresa On Fri, Dec 14, 2012 at 6:11 PM, Teresa Johnson wrote: > This patch enables the gcov-dump tool to optionally compute and dump > the working set information from the counter histogram, via a new -w option. > This is useful to help understand and tune how the compiler will use

[PATCH] Compute and emit working set information from gcov-dump (issue6940061)

2012-12-14 Thread Teresa Johnson
This patch enables the gcov-dump tool to optionally compute and dump the working set information from the counter histogram, via a new -w option. This is useful to help understand and tune how the compiler will use the counter histogram, since it first computes the working set and selects threshold