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

Issue 307593002: Preliminary support for block contexts in hydrogen. (Closed)

Created:
6 years, 7 months ago by ulan
Modified:
6 years, 6 months ago
CC:
v8-dev, Steven
Visibility:
Public.

Description

Preliminary support for block contexts in hydrogen. Patch from Steven Keuchel <keuchel@chromium.org>; BUG=v8:2198 LOG=N TEST=mjsunit/harmony/block-let-crankshaft.js R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21684

Patch Set 1 : #

Total comments: 13

Patch Set 2 : Address comments #

Patch Set 3 : Port to other architectures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+710 lines, -65 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M src/ast.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M src/hydrogen.h View 1 2 6 chunks +12 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 1 2 16 chunks +124 lines, -22 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 4 chunks +55 lines, -14 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/block-let-crankshaft.js View 1 4 chunks +240 lines, -17 lines 0 comments Download
M test/mjsunit/harmony/block-scoping.js View 1 4 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ulan
PTAL. If it looks good, I will port to other architectures.
6 years, 6 months ago (2014-05-28 10:28:15 UTC) #1
Michael Starzinger
Just one drive-by-comment. https://codereview.chromium.org/307593002/diff/20001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/307593002/diff/20001/src/ia32/lithium-codegen-ia32.cc#newcode5673 src/ia32/lithium-codegen-ia32.cc:5673: CallRuntime(Runtime::kHiddenPushBlockContext, 2, instr); Since this is ...
6 years, 6 months ago (2014-06-03 23:12:21 UTC) #2
rossberg
LGTM, mostly nits https://codereview.chromium.org/307593002/diff/20001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/307593002/diff/20001/src/ast.h#newcode444 src/ast.h:444: const BailoutId DeclsId() const { return ...
6 years, 6 months ago (2014-06-04 12:54:54 UTC) #3
ulan
https://codereview.chromium.org/307593002/diff/20001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/307593002/diff/20001/src/ast.h#newcode444 src/ast.h:444: const BailoutId DeclsId() const { return decls_id_; } On ...
6 years, 6 months ago (2014-06-04 14:02:04 UTC) #4
rossberg
Still LGTM
6 years, 6 months ago (2014-06-04 15:30:22 UTC) #5
ulan
6 years, 6 months ago (2014-06-05 07:33:20 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r21684 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698