Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(136)

Issue 4428074: Disable tracer by default for profile use

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by Sharad Singhai
Modified:
13 years ago
Reviewers:
richard.guenther, Diego Novillo, davidxl, hubicka
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn://gcc.gnu.org/svn/gcc/branches/google/main/gcc/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M doc/invoke.texi View 1 chunk +1 line, -1 line 0 comments Download
M opts.c View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 11
Sharad Singhai
This patch disables -ftracer for profile use. Okay for google/main? Thanks, Sharad 2011-04-28 Sharad Singhai ...
13 years ago (2011-04-28 18:51:28 UTC) #1
Diego Novillo
On Thu, Apr 28, 2011 at 14:51, Sharad Singhai <singhai@google.com> wrote: > This patch disables ...
13 years ago (2011-04-28 18:53:24 UTC) #2
Sharad Singhai
On Thu, Apr 28, 2011 at 11:53 AM, Diego Novillo <dnovillo@google.com> wrote: > On Thu, ...
13 years ago (2011-04-28 19:02:03 UTC) #3
richard.guenther_gmail.com
On Thu, Apr 28, 2011 at 8:53 PM, Diego Novillo <dnovillo@google.com> wrote: > On Thu, ...
13 years ago (2011-04-28 23:23:19 UTC) #4
davidxl
Sharad can provide some some performance data -- we have seen up to 2% degradation ...
13 years ago (2011-04-28 23:34:26 UTC) #5
richard.guenther_gmail.com
On Fri, Apr 29, 2011 at 1:34 AM, Xinliang David Li <davidxl@google.com> wrote: > Sharad ...
13 years ago (2011-04-28 23:38:04 UTC) #6
davidxl
Tracer is not turned on by default for non-FDO case -- Sharad's change simply turns ...
13 years ago (2011-04-28 23:43:19 UTC) #7
Sharad Singhai
On Thu, Apr 28, 2011 at 4:38 PM, Richard Guenther < richard.guenther@gmail.com> wrote: > On ...
13 years ago (2011-04-28 23:43:27 UTC) #8
richard.guenther_gmail.com
2011/4/29 Sharad Singhai (शरद सिंघई) <singhai@google.com>: > On Thu, Apr 28, 2011 at 4:38 PM, ...
13 years ago (2011-04-29 08:26:02 UTC) #9
Diego Novillo
On 2011/04/28 18:53:24, Diego Novillo wrote: > OK. Committed rev 173186. Diego.
13 years ago (2011-04-29 20:57:28 UTC) #10
hubicka_ucw.cz
13 years ago (2011-04-29 23:25:08 UTC) #11
> 2011/4/29 Sharad Singhai (????????? ???????????????) <singhai@google.com>:
> > On Thu, Apr 28, 2011 at 4:38 PM, Richard Guenther
> > <richard.guenther@gmail.com> wrote:
> >>
> >> On Fri, Apr 29, 2011 at 1:34 AM, Xinliang David Li <davidxl@google.com>
> >> wrote:
> >> > Sharad can provide some some performance data -- we have seen up to 2%
> >> > degradation to with tracer turned on for one of google's most
> >> > important program. Perhaps Sharad can collect some SPEC numbers.
> >> >
> >> > I agree a better approach should be to fix the problem in tracer
> >> > instead of turning it off in trunk.
> >>
> >> Esp. not turning it off for profile-use only where it should have the most
> >> precise input.
> >>
> >
> > Yes. As I explained, I am not proposing to turn -ftracer off in the trunk.
> 
> Ah, sorry for the confusion on my side.  If you can back up the change
> with SPEC performance numbers it's ok for trunk as well.  But indeed
> coverage of -ftracer will be zero then, and I wonder what it is useful
> for if it doesn't even do good with FDO ...

Tracer definitely did measurable SPEC speedups at a time it was implemented.
So we are most likely running into some bug, like misupdated profile or
tracer confusing something more important.  If you provide me some testcase,
I can try to debug it.

Honza
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b