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

Issue 7351017: Introduces a light version of D8 that links against shared library. (Closed)

Created:
9 years, 5 months ago by Yang
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introduces a light version of D8 that links against shared library. Committed: http://code.google.com/p/v8/source/detail?r=8657

Patch Set 1 #

Patch Set 2 : minor correction #

Total comments: 12

Patch Set 3 : Changes according to suggestions. #

Total comments: 1

Patch Set 4 : Added changes to gyp build files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -102 lines) Patch
M SConstruct View 1 2 2 chunks +12 lines, -1 line 0 comments Download
M build/all.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/SConscript View 1 2 chunks +15 lines, -4 lines 0 comments Download
M src/d8.h View 1 2 11 chunks +69 lines, -41 lines 0 comments Download
M src/d8.cc View 1 2 38 chunks +167 lines, -47 lines 0 comments Download
M src/d8.gyp View 1 2 3 2 chunks +16 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
The idea is to have a light version of D8 based on the same source ...
9 years, 5 months ago (2011-07-13 13:26:10 UTC) #1
Søren Thygesen Gjesse
LGTM with comments. Is the long term plan to narrow down the difference between the ...
9 years, 5 months ago (2011-07-13 14:12:38 UTC) #2
Yang
I replaced D8_LIGHT by USING_V8_SHARED. http://codereview.chromium.org/7351017/diff/2010/src/d8.cc File src/d8.cc (right): http://codereview.chromium.org/7351017/diff/2010/src/d8.cc#newcode238 src/d8.cc:238: return accumulator; I took ...
9 years, 5 months ago (2011-07-13 15:42:25 UTC) #3
Yang
Mads, could you take over Soren's role as reviewer on this CL? There are just ...
9 years, 5 months ago (2011-07-14 13:33:05 UTC) #4
Mads Ager (chromium)
9 years, 5 months ago (2011-07-14 15:21:53 UTC) #5
OK, LGTM

Powered by Google App Engine
This is Rietveld 408576698