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

Issue 1448913002: [Interpreter] Add support for keyed load / store ICs and named store IC to (Closed)

Created:
5 years, 1 month ago by mythria
Modified:
5 years, 1 month ago
Reviewers:
oth, Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@graph_builder_load
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add support for keyed load / store ICs and named store IC to bytecode graph builder Adds implementation and tests for KeyedLoadIC, KeyedStoreIC and StoreIC to bytecode graph builder. BUG=v8:4280 LOG=N Committed: https://crrev.com/4bb6e7c8c0794c638763b6ed835e6508a582a1dc Cr-Commit-Position: refs/heads/master@{#32116}

Patch Set 1 #

Patch Set 2 : Fixed a bug with constness mismatch of template parameter for OpParameter #

Patch Set 3 : rebased the patch #

Total comments: 7

Patch Set 4 : Fixed a bug as pointed in the review. Stores do not produce a value output. #

Patch Set 5 : Made the binding of return value of the store explicit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+654 lines, -74 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 4 1 chunk +77 lines, -22 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 1 chunk +166 lines, -0 lines 0 comments Download
M test/unittests/compiler/bytecode-graph-builder-unittest.cc View 1 2 3 3 chunks +136 lines, -6 lines 0 comments Download
M test/unittests/compiler/node-test-utils.h View 1 2 2 chunks +22 lines, -5 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 2 7 chunks +245 lines, -41 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
mythria
Could you please review my changes. This builds on an earlier cl that implements loadICs ...
5 years, 1 month ago (2015-11-16 14:45:54 UTC) #2
oth
lgtm. Please fix the title though (s/sotre/store/). Thanks!
5 years, 1 month ago (2015-11-16 16:39:32 UTC) #3
mythria
Fixed a bug similar to https://codereview.chromium.org/1453973004/. Thanks, Mythri
5 years, 1 month ago (2015-11-18 16:13:10 UTC) #5
oth
On 2015/11/18 16:13:10, mythria wrote: > Fixed a bug similar to https://codereview.chromium.org/1453973004/. > > Thanks, ...
5 years, 1 month ago (2015-11-18 16:17:40 UTC) #7
Michael Starzinger
LGTM. Just one comment. https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode530 src/compiler/bytecode-graph-builder.cc:530: environment()->BindAccumulator(node); The JSStoreNamed operator doesn't ...
5 years, 1 month ago (2015-11-19 11:59:38 UTC) #8
mythria
Thank you for the review. I fixed the bug with return value of stores. https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc ...
5 years, 1 month ago (2015-11-19 12:41:24 UTC) #9
Michael Starzinger
https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode530 src/compiler/bytecode-graph-builder.cc:530: environment()->BindAccumulator(node); On 2015/11/19 12:41:24, mythria wrote: > On 2015/11/19 ...
5 years, 1 month ago (2015-11-19 12:44:05 UTC) #10
mythria
https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1448913002/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode530 src/compiler/bytecode-graph-builder.cc:530: environment()->BindAccumulator(node); On 2015/11/19 12:44:05, Michael Starzinger wrote: > On ...
5 years, 1 month ago (2015-11-19 13:24: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/1448913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1448913002/80001
5 years, 1 month ago (2015-11-19 14:15:19 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-19 14:16:39 UTC) #15
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 14:17:01 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4bb6e7c8c0794c638763b6ed835e6508a582a1dc
Cr-Commit-Position: refs/heads/master@{#32116}

Powered by Google App Engine
This is Rietveld 408576698