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

Issue 7219003: removed some unnecessary stuff from d8's initialization (Closed)

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

Description

removed some unnecessary stuff from d8's initialization and got rid of the utility context unless interactive shell is used Committed: http://code.google.com/p/v8/source/detail?r=8424

Patch Set 1 #

Total comments: 11

Patch Set 2 : corrections according to suggestions #

Total comments: 6

Patch Set 3 : small change to make sure --test does not screw up remote-debugger #

Total comments: 3

Patch Set 4 : corrected the behavior of when to launch interactive shell #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -54 lines) Patch
M src/d8.h View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M src/d8.cc View 1 2 3 14 chunks +49 lines, -40 lines 3 comments Download
M src/d8-debug.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/d8-posix.cc View 1 2 chunks +1 line, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
As previously mentioned in my mail, d8's initialization takes longer than the sample shell simply ...
9 years, 6 months ago (2011-06-21 02:25:55 UTC) #1
Søren Thygesen Gjesse
http://codereview.chromium.org/7219003/diff/1/src/d8-posix.cc File src/d8-posix.cc (right): http://codereview.chromium.org/7219003/diff/1/src/d8-posix.cc#newcode354 src/d8-posix.cc:354: cons_args[1] = addition; We have the function String::Concat in ...
9 years, 6 months ago (2011-06-21 07:31:06 UTC) #2
Yang
Made corrections according to your suggestions and included the change from http://codereview.chromium.org/7193011/ I found a ...
9 years, 6 months ago (2011-06-22 00:44:08 UTC) #3
Yang
Small fix to make sure remote-debugger works with --test option To test that this patch ...
9 years, 6 months ago (2011-06-22 18:52:34 UTC) #4
Yang
Hi, I solved the problem with when to launch interactive shell a bit differently now. ...
9 years, 6 months ago (2011-06-23 21:45:53 UTC) #5
Søren Thygesen Gjesse
9 years, 6 months ago (2011-06-24 11:36:09 UTC) #6
LGTM

http://codereview.chromium.org/7219003/diff/13001/src/d8.cc
File src/d8.cc (right):

http://codereview.chromium.org/7219003/diff/13001/src/d8.cc#newcode491
src/d8.cc:491: HandleScope scope;
Maybe add a comment here that when the utility context is created all three
contexts needs access to one another.

http://codereview.chromium.org/7219003/diff/13001/src/d8.cc#newcode928
src/d8.cc:928: bool FLAG_executed = false;
FLAG_executed -> executed or script_executed. It is not a command line flag.

Powered by Google App Engine
This is Rietveld 408576698