Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Issue 173123: Don't use -fomit-frame-pointer to build Mac V8 (Closed)

Created:
11 years, 4 months ago by Mark Mentovai
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Don't use -fomit-frame-pointer to build Mac V8. The Chrome crash reporting system can't currently process stacks produced by gcc -fomit-frame-pointer properly. The drawback outweighs the 2% performance improvement. Once the crash reporting system is able to handle this optimization, it should be revisited. Committed: http://code.google.com/p/v8/source/detail?r=2733

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M tools/gyp/v8.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Mentovai
11 years, 4 months ago (2009-08-20 14:40:12 UTC) #1
Kasper Lund
11 years, 4 months ago (2009-08-20 14:42:12 UTC) #2
LGTM. Do we have feature request for the crash reporting system to be able to
handle this? If so, maybe we should add a note there about this issue.

Powered by Google App Engine
This is Rietveld 408576698