Re: [google] Use minimum cost circulation, not minimum cost flow to smooth profiles other minor fixes. (issue4536106)

2011-06-02 Thread Martin Thuresson
011 at 11:12 AM, Martin Thuresson wrote: >> On Thu, Jun 2, 2011 at 11:05 AM, Xinliang David Li >> wrote: >>> >>> Smoothing works for sample FDO and profile data from multi-threaded >>> programs. You won't see any difference in SPEC. >> >

Re: [google] Use minimum cost circulation, not minimum cost flow to smooth profiles other minor fixes. (issue4536106)

2011-06-02 Thread Martin Thuresson
of extra fixup edges and handling of infinite capacity. Martin > > David > > On Thu, Jun 2, 2011 at 11:00 AM, Martin Thuresson wrote: > > This patch from Neil Vachharajani and Dehao Chen improves mcf by using > > minimum cost circulation instead of minimum cost flow to smo

[google] Use minimum cost circulation, not minimum cost flow to smooth profiles other minor fixes. (issue4536106)

2011-06-02 Thread Martin Thuresson
This patch from Neil Vachharajani and Dehao Chen improves mcf by using minimum cost circulation instead of minimum cost flow to smooth profiles. It also introduces a parameter for controlling running time of the algorithm. This was what was originally presented in the academic work and handles cert

Re: PR 47793 - Support relative paths using -fprofile-generate (issue4434055)

2011-04-18 Thread Martin Thuresson
On Mon, Apr 18, 2011 at 10:48 AM, Martin Thuresson wrote: > This is slightly updated from my previous patch proposal. The test now > correctly work if multiple tests are executed in parallell. Forgot to mention that this patch has been bootstrapped without regression on x86_64 and sho

PR 47793 - Support relative paths using -fprofile-generate (issue4434055)

2011-04-18 Thread Martin Thuresson
This is slightly updated from my previous patch proposal. The test now correctly work if multiple tests are executed in parallell. 2011-04-17 Martin Thuresson * gcc/doc/invoke.tex: Document support for relative profile paths. * gcc/testsuite/gcc.dg/pr47793.c: New test

[google] Add testcase for relative paths for FDO (issue4354042)

2011-04-01 Thread Martin Thuresson
This patch should go into google/main. Add testcase to verify that relative profile paths workes. Bootstraped without regression on x86_64. 2011-04-01 Martin Thuresson PR gcov-profile/47793 * gcc/testsuite/gcc.dg/pr47793.c: New test Index: gcc/testsuite/gcc.dg/pr47793.c

[google] Allow relative profile paths. (issue4280074)

2011-03-28 Thread Martin Thuresson
scenarios. Will investigate and push the change upstream once I resolve that. Thanks, Martin 2011-03-28 Martin Thuresson * gcc/doc/invoke.texi: Document support for relative profile paths. * gcc/libgcov.c (gcov_exit): Support relative profile paths. Index: gcc/doc/invoke.texi

Re: PR 47793 - Support relative paths using -fprofile-generate

2011-03-07 Thread Martin Thuresson
On Mon, Mar 7, 2011 at 11:53 AM, Diego Novillo wrote: > On Tue, Mar 1, 2011 at 17:07, Martin Thuresson wrote: >> Ping. >> >> On Wed, Feb 23, 2011 at 3:37 PM, Martin Thuresson wrote: >>> On Wed, Feb 23, 2011 at 10:21 AM, Martin Thuresson >>> wrote: &g