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

Issue 12212108: Work around nifty VS10 compiler bug (Closed)

Created:
7 years, 10 months ago by rossberg
Modified:
7 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev, adamk, rafaelw
Visibility:
Public.

Description

Work around nifty VS10 compiler bug VS10 generates bogus code for specific arguments to the Number::New function when invoked in specific places of an ExpectRecords array definition, passing a garbage value to the function (as printf debugging reveals). Changing the argument from 1 to 7 apparently circumvents the problem. R=jkummerow@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=13637

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M test/cctest/test-object-observe.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rossberg
7 years, 10 months ago (2013-02-11 12:25:52 UTC) #1
Jakob Kummerow
7 years, 10 months ago (2013-02-11 12:27:29 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698