Re: [PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-30 Thread Jan Hubicka
> Revised patch to ensure that histograms from the profile summary are streamed > through the LTO files so that the working set can be computed for use in > downstream optimizations. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? > > Thanks, > Teresa > > 2012-11-29 Teres

[PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-30 Thread Teresa Johnson
Revised patch to ensure that histograms from the profile summary are streamed through the LTO files so that the working set can be computed for use in downstream optimizations. Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? Thanks, Teresa 2012-11-29 Teresa Johnson

Re: [PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-29 Thread Jan Hubicka
> > I assume you mean use the bitpack streaming functionality used other > places in lto-cgraph.c, and not change the way it is done in gcov-io.c > where this was cloned from? I will change the lto-cgraph.c code to use > the bitpacking. Yes, we don't have the facility on gcov-io, so we need to do

Re: [PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-29 Thread Teresa Johnson
On Thu, Nov 29, 2012 at 8:17 AM, Jan Hubicka wrote: >> This patch ensures that the histograms from the profile summary are streamed >> through the LTO files so that the working set can be computed for use in >> downstream optimizations. >> >> Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok

Re: [PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-29 Thread Jan Hubicka
> This patch ensures that the histograms from the profile summary are streamed > through the LTO files so that the working set can be computed for use in > downstream optimizations. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? > > Thanks, > Teresa > > 2012-11-28 Teresa

[PATCH] Stream profile summary histogram through LTO files (issue6782131)

2012-11-28 Thread Teresa Johnson
This patch ensures that the histograms from the profile summary are streamed through the LTO files so that the working set can be computed for use in downstream optimizations. Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? Thanks, Teresa 2012-11-28 Teresa Johnson