• Russ Cox's avatar
    build: enable framepointer mode by default · 7fdec621
    Russ Cox authored
    This has a minor performance cost, but far less than is being gained by SSA.
    As an experiment, enable it during the Go 1.7 beta.
    Having frame pointers on by default makes Linux's perf, Intel VTune,
    and other profilers much more useful, because it lets them gather a
    stack trace efficiently on profiling events.
    (It doesn't help us that much, since when we walk the stack we usually
    need to look up PC-specific information as well.)
    
    Fixes #15840.
    
    Change-Id: I4efd38412a0de4a9c87b1b6e5d11c301e63f1a2a
    Reviewed-on: https://go-review.googlesource.com/23451
    Run-TryBot: Russ Cox <rsc@golang.org>
    Reviewed-by: 's avatarAustin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    7fdec621
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...