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

Issue 7318002: ported --isolate option to d8 and refactored to group together option parsing (Closed)

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

Description

ported --isolate option to d8 and refactored to group together option parsing TEST=tools/test.py -j15 --shell d8 --isolates Committed: http://code.google.com/p/v8/source/detail?r=8588

Patch Set 1 #

Total comments: 2

Patch Set 2 : small change #

Total comments: 22

Patch Set 3 : applied some suggestions #

Patch Set 4 : using ScopedLock instead of (directly) using mutex #

Patch Set 5 : bug fix for http://code.google.com/p/v8/issues/detail?id=1540 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -145 lines) Patch
M src/d8.h View 1 2 4 chunks +88 lines, -3 lines 0 comments Download
M src/d8.cc View 1 2 3 4 14 chunks +291 lines, -142 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Yang
Made some big changes in d8: - ported the --isolate option from the sample shell. ...
9 years, 5 months ago (2011-07-07 16:04:49 UTC) #1
Søren Thygesen Gjesse
Have you tried compiling this with V8 in a shared library? The use of internals ...
9 years, 5 months ago (2011-07-08 08:09:12 UTC) #2
Yang
D8 contains a lot of things from v8::internal:: and apparently has never been able to ...
9 years, 5 months ago (2011-07-08 10:03:46 UTC) #3
Yang
minor change.
9 years, 5 months ago (2011-07-08 11:01:45 UTC) #4
Yang
squeezed in a bug fix for http://code.google.com/p/v8/issues/detail?id=1540 http://codereview.chromium.org/7318002/diff/11001/src/d8.cc File src/d8.cc (right): http://codereview.chromium.org/7318002/diff/11001/src/d8.cc#newcode560 src/d8.cc:560: // Start ...
9 years, 5 months ago (2011-07-08 13:15:40 UTC) #5
Søren Thygesen Gjesse
9 years, 5 months ago (2011-07-11 07:26:30 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698