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

Issue 20499: Experimental: merge from bleeding edge 1298:1307. Port the eval... (Closed)

Created:
11 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Experimental: merge from bleeding edge 1298:1307. Port the eval changes to the new code generator. Committed: http://code.google.com/p/v8/source/detail?r=1324

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+717 lines, -254 lines) Patch
M src/bytecodes-irregexp.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/codegen-arm.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 1 8 chunks +116 lines, -7 lines 0 comments Download
M src/codegen-ia32.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 1 6 chunks +120 lines, -8 lines 0 comments Download
M src/contexts.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/d8.cc View 2 chunks +52 lines, -16 lines 0 comments Download
M src/jsregexp.h View 1 chunk +8 lines, -4 lines 0 comments Download
M src/jsregexp.cc View 10 chunks +178 lines, -123 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/scopes.h View 3 chunks +11 lines, -4 lines 0 comments Download
M src/scopes.cc View 11 chunks +47 lines, -22 lines 0 comments Download
M src/variables.h View 3 chunks +35 lines, -4 lines 0 comments Download
M src/variables.cc View 3 chunks +3 lines, -1 line 0 comments Download
A + test/mjsunit/global-load-from-eval-in-with.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/local-load-from-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/property-load-across-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regexp-UC16.js View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/linux-tick-processor.py View 2 chunks +16 lines, -27 lines 0 comments Download
M tools/tickprocessor.py View 9 chunks +82 lines, -9 lines 0 comments Download
M tools/windows-tick-processor.py View 2 chunks +22 lines, -28 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
Most of the files in this change are merged from SVN. The only ones that ...
11 years, 10 months ago (2009-02-19 18:11:12 UTC) #1
Mads Ager (chromium)
11 years, 10 months ago (2009-02-20 08:12:31 UTC) #2
LGTM

Sorry about the mess I made when committing the codegen changes.  I think my
mess caused most of the trouble with this merge.  :(

Powered by Google App Engine
This is Rietveld 408576698