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

Issue 7860045: Stack allocating block scoped variables.

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

Description

Stack allocating block scoped variables.

Patch Set 1 : Rebased on tip of tree. #

Patch Set 2 : Rebased on tip of tree. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -68 lines) Patch
M src/arm/full-codegen-arm.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen.h View 1 8 chunks +34 lines, -33 lines 0 comments Download
M src/full-codegen.cc View 1 3 chunks +76 lines, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/parser.cc View 1 1 chunk +12 lines, -1 line 0 comments Download
M src/runtime.cc View 1 5 chunks +39 lines, -13 lines 0 comments Download
M src/scopeinfo.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/scopes.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M src/scopes.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/debug-blockscopes.js View 1 5 chunks +51 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Steven
This breaks the debugger. I moved the affected test cases to mjsunit/bugs/harmony and will re-add ...
9 years, 3 months ago (2011-09-09 16:18:47 UTC) #1
Steven
Got the debugger back working. Rebased this CL on http://codereview.chromium.org/7979001/ .
9 years, 3 months ago (2011-09-20 10:22:29 UTC) #2
Steven
9 years, 2 months ago (2011-10-18 11:55:52 UTC) #3
Rebased to tip of tree. PTAL.

Powered by Google App Engine
This is Rietveld 408576698