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

Issue 1319833004: [Interpreter] Add support for property store operations. (Closed)

Created:
5 years, 3 months ago by rmcilroy
Modified:
5 years, 3 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@int_implicit_ret
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add support for property store operations. Adds support for property store operations via Store/KeyedStore ICs. Adds the following bytecodes: - StoreIC - KeyedStoreIC The --vector_store flag is now required for --ignition. BUG=v8:4280 LOG=N Committed: https://crrev.com/23f7d34d4283b470f82c7ef485cc95e7e84106fe Cr-Commit-Position: refs/heads/master@{#30660}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -41 lines) Patch
M src/compiler/interpreter-assembler.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/interpreter-assembler.cc View 1 chunk +21 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 4 chunks +44 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 3 chunks +50 lines, -2 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 3 chunks +41 lines, -30 lines 0 comments Download
M src/interpreter/interpreter.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +41 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 3 chunks +106 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 3 chunks +104 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319833004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319833004/1
5 years, 3 months ago (2015-09-07 23:31:05 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-07 23:56:19 UTC) #4
rmcilroy
Michi / Orion, please review interpreter parts Michael for vector stuff. Thanks!
5 years, 3 months ago (2015-09-08 08:21:05 UTC) #6
mvstanton
Ah, you can ignore my comment about SLOPPY/STRICT because I see elsewhere that you are ...
5 years, 3 months ago (2015-09-08 19:46:45 UTC) #7
Michael Starzinger
LGTM.
5 years, 3 months ago (2015-09-09 10:33:01 UTC) #8
rmcilroy
> Ah, you can ignore my comment about SLOPPY/STRICT because I see elsewhere that > ...
5 years, 3 months ago (2015-09-09 14:22:01 UTC) #9
oth
lgtm. minor comment, but great. https://codereview.chromium.org/1319833004/diff/1/src/interpreter/bytecodes.h File src/interpreter/bytecodes.h (right): https://codereview.chromium.org/1319833004/diff/1/src/interpreter/bytecodes.h#newcode101 src/interpreter/bytecodes.h:101: int index() const { ...
5 years, 3 months ago (2015-09-09 14:37:29 UTC) #10
rmcilroy
https://codereview.chromium.org/1319833004/diff/1/src/interpreter/bytecodes.h File src/interpreter/bytecodes.h (right): https://codereview.chromium.org/1319833004/diff/1/src/interpreter/bytecodes.h#newcode101 src/interpreter/bytecodes.h:101: int index() const { return index_; } On 2015/09/09 ...
5 years, 3 months ago (2015-09-09 15:18:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319833004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319833004/20001
5 years, 3 months ago (2015-09-09 15:19:33 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-09 15:46:09 UTC) #15
commit-bot: I haz the power
5 years, 3 months ago (2015-09-09 15:46:18 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/23f7d34d4283b470f82c7ef485cc95e7e84106fe
Cr-Commit-Position: refs/heads/master@{#30660}

Powered by Google App Engine
This is Rietveld 408576698