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

Issue 7586001: Fixed a known issue in D8 (read file), enabled D8 shared library build on Windows. (Closed)

Created:
9 years, 4 months ago by Yang
Modified:
9 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fixed a known issue in D8 (read file), enabled D8 shared library build on Windows. Committed: http://code.google.com/p/v8/source/detail?r=8853

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed the mess where d8 was getting the BUILDING_V8_SHARED compile flag. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -118 lines) Patch
M SConstruct View 1 2 chunks +3 lines, -3 lines 0 comments Download
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/SConscript View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/d8.h View 13 chunks +24 lines, -24 lines 0 comments Download
M src/d8.cc View 1 33 chunks +91 lines, -89 lines 0 comments Download
M src/v8threads.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
PTAL. http://codereview.chromium.org/7586001/diff/1/include/v8.h File include/v8.h (right): http://codereview.chromium.org/7586001/diff/1/include/v8.h#newcode3609 include/v8.h:3609: static bool IsActive(); Moving the implementation to v8threads.cc ...
9 years, 4 months ago (2011-08-05 16:14:12 UTC) #1
Jakob Kummerow
LGTM. Please make sure you test this on all platforms with both shared and static ...
9 years, 4 months ago (2011-08-05 17:15:45 UTC) #2
Yang
I just figured out what the issue was. On Windows, when building v8 lib, BUILDING_V8_SHARED ...
9 years, 4 months ago (2011-08-08 09:30:01 UTC) #3
Jakob Kummerow
9 years, 4 months ago (2011-08-08 09:33:50 UTC) #4
Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698