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

Issue 2800043003: Use correct define for identifying MSVC compiler (Closed)

Created:
3 years, 8 months ago by brucedawson
Modified:
3 years, 8 months ago
Reviewers:
Yang, jgruber
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Use correct define for identifying MSVC compiler Optimizations are supposed to be disabled in our stack-trace code when building with VC++. However the check used #if defined(COMPILER_MSVC) when that is never defined in v8. The correct define in v8 is V8_CC_MSVC. R=hablich@chromium.org Review-Url: https://codereview.chromium.org/2800043003 Cr-Commit-Position: refs/heads/master@{#44621} Committed: https://chromium.googlesource.com/v8/v8/+/aba400985853b5b1a306b4d4a14fe3d9088cebe7

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/base/debug/stack_trace_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
brucedawson
I found this while working on https://codereview.chromium.org/2804033005. Presumably we should either delete this code or ...
3 years, 8 months ago (2017-04-07 20:56:26 UTC) #1
Michael Hablich
On 2017/04/07 20:56:26, brucedawson wrote: > I found this while working on https://codereview.chromium.org/2804033005. > Presumably ...
3 years, 8 months ago (2017-04-12 08:03:22 UTC) #10
Yang
On 2017/04/12 08:03:22, Michael Hablich wrote: > On 2017/04/07 20:56:26, brucedawson wrote: > > I ...
3 years, 8 months ago (2017-04-12 08:25:25 UTC) #11
jgruber
lgtm
3 years, 8 months ago (2017-04-12 12:16:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2800043003/1
3 years, 8 months ago (2017-04-12 16:53:36 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 17:45:35 UTC) #17
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/aba400985853b5b1a306b4d4a14fe3d9088...

Powered by Google App Engine
This is Rietveld 408576698