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

Issue 1678103002: [interpreter] Remove special "prototype" load in class literals. (Closed)

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

Description

[interpreter] Remove special "prototype" load in class literals. This allows us to remove the somewhat awkward BuildLoadObjectField from the BytecodeGraphBuilder and also allows us to simplify the bytecode stream for class literals. R=oth@chromium.org Committed: https://crrev.com/5fdf5c1e4d99feb773fa101da5c85d337e406fce Cr-Commit-Position: refs/heads/master@{#33820}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -48 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 2 chunks +0 lines, -13 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 4 chunks +4 lines, -4 lines 3 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Michael Starzinger
Orion: PTAL. Benedikt: FYI.
4 years, 10 months ago (2016-02-08 14:23:42 UTC) #1
oth
Nice! lgtm, thanks.
4 years, 10 months ago (2016-02-08 15:00:04 UTC) #2
rmcilroy
https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc File test/cctest/interpreter/test-bytecode-generator.cc (right): https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc#newcode8395 test/cctest/interpreter/test-bytecode-generator.cc:8395: DISABLED_TEST(ClassDeclarations) { Ahh this is still disabled? Orion were ...
4 years, 10 months ago (2016-02-08 15:05:21 UTC) #4
Michael Starzinger
https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc File test/cctest/interpreter/test-bytecode-generator.cc (right): https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc#newcode8427 test/cctest/interpreter/test-bytecode-generator.cc:8427: B(LoadICSloppy), // On 2016/02/08 15:05:21, rmcilroy wrote: > Is ...
4 years, 10 months ago (2016-02-08 15:09:30 UTC) #5
rmcilroy
On 2016/02/08 15:09:30, Michael Starzinger wrote: > https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc > File test/cctest/interpreter/test-bytecode-generator.cc (right): > > https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc#newcode8427 ...
4 years, 10 months ago (2016-02-08 15:14:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1678103002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1678103002/1
4 years, 10 months ago (2016-02-08 15:18:04 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-08 15:20:05 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5fdf5c1e4d99feb773fa101da5c85d337e406fce Cr-Commit-Position: refs/heads/master@{#33820}
4 years, 10 months ago (2016-02-08 15:20:44 UTC) #11
oth
On 2016/02/08 15:05:21, rmcilroy wrote: > https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc > File test/cctest/interpreter/test-bytecode-generator.cc (right): > > https://codereview.chromium.org/1678103002/diff/1/test/cctest/interpreter/test-bytecode-generator.cc#newcode8395 > ...
4 years, 10 months ago (2016-02-09 09:21:58 UTC) #12
rmcilroy
4 years, 10 months ago (2016-02-09 10:05:11 UTC) #13
Message was sent while issue was closed.
> Yes, I will fix it today, but have been off on the odyssey of supporting
super.

Thanks! No rush. Good luck in your super odyssey... :)

Powered by Google App Engine
This is Rietveld 408576698