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

Issue 2182103002: [KeyedLoadIC] Support Smi "handlers" for simple field loads (Closed)

Created:
4 years, 4 months ago by Jakob Kummerow
Modified:
4 years, 4 months ago
Reviewers:
Igor Sheludko, Jarin
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

[KeyedLoadIC] Support Smi "handlers" for simple field loads This ports 9c59539f2 / r37803 to KeyedLoadICs. Committed: https://crrev.com/9a6ee8d687455b81f12748076051c2c6a6f51592 Cr-Commit-Position: refs/heads/master@{#38070}

Patch Set 1 : preparatory refactoring #

Total comments: 7

Patch Set 2 : change "handler" Smi encoding format #

Total comments: 8

Patch Set 3 : implement KeyedLoadIC stub in CodeStubAssembler #

Total comments: 8

Patch Set 4 : addressed comments #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -175 lines) Patch
M src/code-factory.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 7 chunks +132 lines, -64 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 3 chunks +25 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/counters.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/field-index.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/field-index-inl.h View 1 2 3 2 chunks +14 lines, -18 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/handler-compiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 2 3 4 1 chunk +41 lines, -35 lines 0 comments Download
M src/ic/ic.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 7 chunks +10 lines, -12 lines 0 comments Download
M src/ic/ic-compiler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ic/ic-compiler.cc View 1 chunk +0 lines, -36 lines 0 comments Download
M src/type-feedback-vector.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/type-feedback-vector.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
Jakob Kummerow
Jaro: please review src/compiler/. Igor: please review everything else. I've broken the CL into patch ...
4 years, 4 months ago (2016-07-26 14:43:29 UTC) #2
Jarin
src/compiler/* lgtm.
4 years, 4 months ago (2016-07-26 14:49:47 UTC) #3
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2182103002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2182103002/diff/1/src/code-stub-assembler.cc#newcode2980 src/code-stub-assembler.cc:2980: void CodeStubAssembler::HaveLoadICHandler(const LoadICParameters* p, On 2016/07/26 ...
4 years, 4 months ago (2016-07-26 16:25:12 UTC) #4
Jakob Kummerow
Thanks for the review, comments addressed. https://codereview.chromium.org/2182103002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2182103002/diff/1/src/code-stub-assembler.cc#newcode2980 src/code-stub-assembler.cc:2980: void CodeStubAssembler::HaveLoadICHandler(const LoadICParameters* ...
4 years, 4 months ago (2016-07-26 17:10:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2182103002/80001
4 years, 4 months ago (2016-07-26 17:23:13 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-07-26 17:51:32 UTC) #9
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 17:54:41 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9a6ee8d687455b81f12748076051c2c6a6f51592
Cr-Commit-Position: refs/heads/master@{#38070}

Powered by Google App Engine
This is Rietveld 408576698