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

Issue 1666943003: [interpreter] Support for ES6 class literals. (Closed)

Created:
4 years, 10 months ago by oth
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Support for ES6 class literals. Port of class literal support from the ast-graph-builder implementation. R=rmcilroy@chromium.org,mstarzinger@chromium.org BUG=v8:4280, v8:4682 LOG=N Committed: https://crrev.com/1b436ae168ea6e6b164352d85e6b4f8492808e4c Cr-Commit-Position: refs/heads/master@{#33746}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Incorporate mstarzinger's comments on patch set 1. #

Total comments: 15

Patch Set 3 : Incorporate review comments from rmcilroy. Add a test, remove a test. #

Patch Set 4 : Rebase. #

Patch Set 5 : One more comment addressed. #

Patch Set 6 : Change status of a couple of ES6 class related tests. #

Patch Set 7 : Another tweak to cctest.status. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -11 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 2 chunks +9 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 2 chunks +147 lines, -1 line 0 comments Download
M src/interpreter/bytecodes.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 3 3 chunks +209 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
oth
Ross, Michi, PTAL, thanks.
4 years, 10 months ago (2016-02-04 12:02:43 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1666943003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1666943003/1
4 years, 10 months ago (2016-02-04 12:03:00 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/11769)
4 years, 10 months ago (2016-02-04 12:22:18 UTC) #6
Michael Starzinger
LGTM with nits to address. https://codereview.chromium.org/1666943003/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1666943003/diff/1/src/compiler/bytecode-graph-builder.cc#newcode982 src/compiler/bytecode-graph-builder.cc:982: FrameStateBeforeAndAfter states(this); nit: Shouldn't ...
4 years, 10 months ago (2016-02-04 13:40:20 UTC) #7
oth
Thanks, all incorporated. https://codereview.chromium.org/1666943003/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1666943003/diff/1/src/compiler/bytecode-graph-builder.cc#newcode982 src/compiler/bytecode-graph-builder.cc:982: FrameStateBeforeAndAfter states(this); On 2016/02/04 13:40:20, Michael ...
4 years, 10 months ago (2016-02-04 14:00:59 UTC) #8
rmcilroy
LGTM with a couple of nits https://codereview.chromium.org/1666943003/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1666943003/diff/20001/src/interpreter/bytecode-generator.cc#newcode1249 src/interpreter/bytecode-generator.cc:1249: builder()->LoadPrototypeOrInitialMap(); nit - ...
4 years, 10 months ago (2016-02-04 14:56:41 UTC) #9
oth
Thanks, all incorporated but haven't moved the comment covered with WDYT. https://codereview.chromium.org/1666943003/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): ...
4 years, 10 months ago (2016-02-04 16:59:48 UTC) #10
rmcilroy
https://codereview.chromium.org/1666943003/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1666943003/diff/20001/src/interpreter/bytecode-generator.cc#newcode1318 src/interpreter/bytecode-generator.cc:1318: // not need to do this for every property. ...
4 years, 10 months ago (2016-02-04 17:37:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1666943003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1666943003/120001
4 years, 10 months ago (2016-02-04 17:45:35 UTC) #14
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-04 17:47:15 UTC) #16
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 17:47:46 UTC) #18
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1b436ae168ea6e6b164352d85e6b4f8492808e4c
Cr-Commit-Position: refs/heads/master@{#33746}

Powered by Google App Engine
This is Rietveld 408576698