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

Issue 12673: Change implementation of eval to make an exact distinction between direct eva... (Closed)

Created:
12 years ago by olehougaard
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change implementation of eval to make an exact distinction between direct eval and aliased eval. Committed: http://code.google.com/p/v8/source/detail?r=860

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -223 lines) Patch
M src/ast.h View 1 41 chunks +62 lines, -47 lines 0 comments Download
M src/ast.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-arm.cc View 1 2 2 chunks +53 lines, -1 line 1 comment Download
M src/codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-ia32.cc View 1 2 1 chunk +48 lines, -0 lines 1 comment Download
M src/contexts.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M src/debug-delay.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/globals.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/parser.cc View 1 4 chunks +35 lines, -44 lines 0 comments Download
M src/prettyprinter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/rewriter.cc View 4 chunks +14 lines, -2 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 2 2 chunks +94 lines, -70 lines 0 comments Download
M src/scopes.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/scopes.cc View 5 chunks +16 lines, -5 lines 0 comments Download
M src/usage-analyzer.cc View 3 chunks +7 lines, -1 line 0 comments Download
M src/v8natives.js View 1 4 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +28 lines, -14 lines 0 comments Download
A test/mjsunit/eval.js View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
M test/mjsunit/function-caller.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
olehougaard
12 years ago (2008-11-26 10:33:00 UTC) #1
Kasper Lund
Overall the change looks sound, but I think you should change it so that you ...
12 years ago (2008-11-26 11:59:19 UTC) #2
Mads Ager (chromium)
I have a couple of comments on top of Kasper's. I think we need to ...
12 years ago (2008-11-26 12:12:46 UTC) #3
Mads Ager (chromium)
If we can perform the runtime call without removing the arguments from the stack, we ...
12 years ago (2008-11-27 11:18:08 UTC) #4
Mads Ager (chromium)
12 years ago (2008-11-27 13:46:02 UTC) #5
LGTM

http://codereview.chromium.org/12673/diff/651/415
File src/codegen-arm.cc (right):

http://codereview.chromium.org/12673/diff/651/415#newcode2434
Line 2434: Comment cmnt(masm_, "[ Call");
CallEval?

http://codereview.chromium.org/12673/diff/651/419
File src/codegen-ia32.cc (right):

http://codereview.chromium.org/12673/diff/651/419#newcode2840
Line 2840: Comment cmnt(masm_, "[ Call");
CallEval?

Powered by Google App Engine
This is Rietveld 408576698