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

Issue 11563: Fixing the detection of aliased eval so that it is exact.... (Closed)

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

Description

Fixing the detection of aliased eval so that it is exact. Fixing the semantics of aliased eval so that it is conformant. Committed: http://code.google.com/p/v8/source/detail?r=819

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -118 lines) Patch
M src/ast.h View 1 4 chunks +12 lines, -5 lines 0 comments Download
M src/ast.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-arm.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/debug-delay.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/parser.cc View 1 5 chunks +28 lines, -32 lines 0 comments Download
M src/runtime.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +80 lines, -68 lines 0 comments Download
M src/top.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/top.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8natives.js View 1 5 chunks +9 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 3 chunks +128 lines, -1 line 1 comment Download

Messages

Total messages: 4 (0 generated)
olehougaard
12 years, 1 month ago (2008-11-21 09:47:24 UTC) #1
Mads Ager (chromium)
This is a good step in the right direction. Two main issues: 1. global variables ...
12 years, 1 month ago (2008-11-21 10:53:23 UTC) #2
Mads Ager (chromium)
LGTM http://codereview.chromium.org/11563/diff/25/204 File test/cctest/test-api.cc (right): http://codereview.chromium.org/11563/diff/25/204#newcode4021 Line 4021: THREADED_TEST(Eval) { Could you rewrite as many ...
12 years, 1 month ago (2008-11-21 12:41:23 UTC) #3
Mads Ager (chromium)
12 years, 1 month ago (2008-11-21 14:52:30 UTC) #4
Actually, I think we need to revert this change.  I didn't realize before now,
but this adds an extra runtime call for each call of a javascript function.  We
need to come up with something better.

Powered by Google App Engine
This is Rietveld 408576698