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

Issue 8227011: Make OmitFramePointer adjustable for Win/Release build. (Closed)

Created:
9 years, 2 months ago by Timur Iskhodzhanov
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Derek Bruening
Visibility:
Public.

Description

Make OmitFramePointer adjustable for Win/Release build. Also, remove the Optimization hard-coded flags that turned out not to be adjustable as well. TEST=vimdiff against ipc\ipc.vcproj of three different versions: 1) old 2) new (matches "old" except for the addition of OmitFramePointers="true" for Release x64) 3) new with `GYP_DEFINES=win_release_OmitFramePointers=0 win_release_Optimization=2` BUG=99446, 96326 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104904

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M build/common.gypi View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M build/internal/release_defaults.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Timur Iskhodzhanov
Hello, Can you please have a look at this change? It adds adjustable OmitFramePointer variable ...
9 years, 2 months ago (2011-10-11 12:18:20 UTC) #1
Timur Iskhodzhanov
bah, forgotten to add the reviewers :) Please take a look at the prev message ...
9 years, 2 months ago (2011-10-11 12:19:07 UTC) #2
M-A Ruel
http://codereview.chromium.org/8227011/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8227011/diff/1/build/common.gypi#newcode1403 build/common.gypi:1403: ['win_release_OmitFramePointers==1 or win_release_OmitFramePointers=="true"', { I'd recommend to remove the ...
9 years, 2 months ago (2011-10-11 13:47:07 UTC) #3
Timur Iskhodzhanov
http://codereview.chromium.org/8227011/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8227011/diff/1/build/common.gypi#newcode1403 build/common.gypi:1403: ['win_release_OmitFramePointers==1 or win_release_OmitFramePointers=="true"', { The reasoning was: a) VS ...
9 years, 2 months ago (2011-10-11 13:56:00 UTC) #4
Timur Iskhodzhanov
http://codereview.chromium.org/8227011/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8227011/diff/1/build/common.gypi#newcode1403 build/common.gypi:1403: ['win_release_OmitFramePointers==1 or win_release_OmitFramePointers=="true"', { What'd you suggest? On 2011/10/11 ...
9 years, 2 months ago (2011-10-11 13:56:37 UTC) #5
M-A Ruel
http://codereview.chromium.org/8227011/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8227011/diff/1/build/common.gypi#newcode1403 build/common.gypi:1403: ['win_release_OmitFramePointers==1 or win_release_OmitFramePointers=="true"', { On 2011/10/11 13:56:37, Timur Iskhodzhanov ...
9 years, 2 months ago (2011-10-11 13:59:28 UTC) #6
Timur Iskhodzhanov
OK, sounds reasonable. PTAL
9 years, 2 months ago (2011-10-11 14:08:35 UTC) #7
M-A Ruel
lgtm with one nit http://codereview.chromium.org/8227011/diff/7001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8227011/diff/7001/build/common.gypi#newcode1402 build/common.gypi:1402: # MSVS only accepts OmitFramePointers=true/false ...
9 years, 2 months ago (2011-10-11 14:15:02 UTC) #8
Timur Iskhodzhanov
Done, thanks! Should I wait for Brad or just go for CQ?
9 years, 2 months ago (2011-10-11 14:19:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timurrrr@chromium.org/8227011/6002
9 years, 2 months ago (2011-10-11 14:23:28 UTC) #10
commit-bot: I haz the power
9 years, 2 months ago (2011-10-11 15:47:34 UTC) #11
Change committed as 104904

Powered by Google App Engine
This is Rietveld 408576698