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

Issue 7549008: Preliminary code for block scopes and block contexts. (Closed)

Created:
9 years, 4 months ago by Steven
Modified:
9 years, 4 months ago
CC:
v8-dev, rossberg
Visibility:
Public.

Description

Preliminary code for block scopes and block contexts. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8911

Patch Set 1 #

Patch Set 2 : Next iteration #

Total comments: 16

Patch Set 3 : Addressed comments #

Patch Set 4 : Small fixes. #

Patch Set 5 : Small fix: set harmony flag properly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+904 lines, -45 lines) Patch
M src/ast.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/ast-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/contexts.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/contexts.cc View 1 3 chunks +17 lines, -5 lines 0 comments Download
M src/d8.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/factory.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 chunks +22 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 5 chunks +12 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 3 3 chunks +43 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mirror-debugger.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/parser.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 3 4 7 chunks +61 lines, -2 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 7 chunks +69 lines, -3 lines 0 comments Download
M src/scopeinfo.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/scopeinfo.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.h View 1 2 5 chunks +8 lines, -4 lines 0 comments Download
M src/scopes.cc View 1 2 14 chunks +44 lines, -18 lines 0 comments Download
M src/serialize.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/variables.h View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M src/variables.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/harmony/block-lazy-compile.js View 1 1 chunk +50 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/block-scoping.js View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/debug-blockscopes.js View 1 2 1 chunk +389 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/debug-evaluate-blockscopes.js View 1 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Steven
Hi Kevin, here's some experimental preliminary code from my trials to add block scoping. This ...
9 years, 4 months ago (2011-08-02 15:45:49 UTC) #1
Kevin Millikin (Chromium)
This looks mostly good. Address the comments below and make sure to run the presubmit ...
9 years, 4 months ago (2011-08-10 11:19:27 UTC) #2
Steven
http://codereview.chromium.org/7549008/diff/2001/src/heap.h File src/heap.h (right): http://codereview.chromium.org/7549008/diff/2001/src/heap.h#newcode489 src/heap.h:489: // Allocates a serialized scope info . On 2011/08/10 ...
9 years, 4 months ago (2011-08-10 12:21:00 UTC) #3
Kevin Millikin (Chromium)
9 years, 4 months ago (2011-08-11 15:37:41 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698