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

Issue 7763008: Disable frame pointer optimization on base::debug::StackTrace() so it works properly in release b... (Closed)

Created:
9 years, 3 months ago by eroman
Modified:
9 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, brettw-cc_chromium.org
Visibility:
Public.

Description

Disable frame pointer optimization on base::debug::StackTrace() so it works properly in release builds. Similarly disable optimizations in npobject_stub.cc so base::debug::StackTrace() can recognize more frames (This last de-optimization is only temporary, whereas the change to base::debug::StackTrace is intended to be permanent). BUG=94179 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98542

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M base/debug/stack_trace_win.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M content/plugin/npobject_stub.cc View 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eroman
9 years, 3 months ago (2011-08-26 21:41:43 UTC) #1
darin (slow to review)
9 years, 3 months ago (2011-08-26 21:42:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698