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

Issue 7134040: added --stress-opt option to d8 (Closed)

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

Description

added --stress-opt option to d8 Committed: http://code.google.com/p/v8/source/detail?r=8241

Patch Set 1 #

Total comments: 5

Patch Set 2 : reformatted the code #

Total comments: 10

Patch Set 3 : included suggestions #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -97 lines) Patch
M src/d8.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/d8.cc View 1 2 12 chunks +149 lines, -96 lines 3 comments Download

Messages

Total messages: 6 (0 generated)
Yang
please take a look
9 years, 6 months ago (2011-06-09 09:50:10 UTC) #1
Søren Thygesen Gjesse
This change contains a lot of reformatting - automatically done by Eclipse I suppose. Some ...
9 years, 6 months ago (2011-06-09 10:05:48 UTC) #2
Yang
I reformatted the whole thing. Should be fine now. In the meantime I'll take a ...
9 years, 6 months ago (2011-06-09 11:19:15 UTC) #3
Søren Thygesen Gjesse
LGTM with comments addressed http://codereview.chromium.org/7134040/diff/1003/src/d8.cc File src/d8.cc (left): http://codereview.chromium.org/7134040/diff/1003/src/d8.cc#oldcode619 src/d8.cc:619: // Mark the d8 shell ...
9 years, 6 months ago (2011-06-09 12:36:04 UTC) #4
Yang
I included your suggestions. Including those JS arguments into CreateGlobalTemplate leads to crashes so I ...
9 years, 6 months ago (2011-06-09 13:00:40 UTC) #5
Søren Thygesen Gjesse
9 years, 6 months ago (2011-06-09 13:16:18 UTC) #6
LGTM

Please go ahead an commit when the accidental indentation is reverted.

http://codereview.chromium.org/7134040/diff/1004/src/d8.cc
File src/d8.cc (right):

http://codereview.chromium.org/7134040/diff/1004/src/d8.cc#newcode619
src/d8.cc:619: for (int j = 0; j < js_args.argc(); j++) {
Something happened to the intention here.

http://codereview.chromium.org/7134040/diff/1004/src/d8.cc#newcode624
src/d8.cc:624: i::Handle<i::JSArray> arguments_jsarray =
Ditto.

http://codereview.chromium.org/7134040/diff/1004/src/d8.cc#newcode626
src/d8.cc:626: global_template->Set(String::New("arguments"),
Ditto.

Powered by Google App Engine
This is Rietveld 408576698