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

Issue 1210583002: Vector ICs: Like megamorphic keyed koads, use a dummy vector for stores (Closed)

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

Description

Vector ICs: Like megamorphic keyed koads, use a dummy vector for stores It's useful for the megamorphic keyed store case to not require a vector and slot as input. Analogous to the load case, we have a dummy one-ic-slot vector to aid. Since the only kind of MISS is for megamorphic cache stub failures, we don't need the real vector. The reason is that megamorphic cache stub failures don't result in any change to the type feedback vector state. BUG= R=jkummerow@chromium.org Committed: https://crrev.com/9e7af9efc5857b3c7e23a77d257f3dfbea597753 Cr-Commit-Position: refs/heads/master@{#29280}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Nits, fixes. #

Patch Set 3 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -17 lines) Patch
M src/heap/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 1 chunk +21 lines, -7 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 2 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
mvstanton
Hi Jakob, It turns out I do have a quick CL in case you have ...
5 years, 6 months ago (2015-06-24 15:15:14 UTC) #2
Jakob Kummerow
LGTM with comments. The naming suggestion applies to all platforms. https://codereview.chromium.org/1210583002/diff/1/src/ic/arm/ic-arm.cc File src/ic/arm/ic-arm.cc (right): https://codereview.chromium.org/1210583002/diff/1/src/ic/arm/ic-arm.cc#newcode676 ...
5 years, 6 months ago (2015-06-24 15:29:34 UTC) #3
mvstanton
Thanks! --Michael https://codereview.chromium.org/1210583002/diff/1/src/ic/arm/ic-arm.cc File src/ic/arm/ic-arm.cc (right): https://codereview.chromium.org/1210583002/diff/1/src/ic/arm/ic-arm.cc#newcode676 src/ic/arm/ic-arm.cc:676: masm->isolate()->factory()->keyed_load_dummy_vector()); On 2015/06/24 15:29:34, Jakob wrote: > ...
5 years, 6 months ago (2015-06-25 07:38:00 UTC) #6
mvstanton
Committed patchset #3 (id:40001) manually as 9e7af9efc5857b3c7e23a77d257f3dfbea597753 (presubmit successful).
5 years, 6 months ago (2015-06-25 08:36:35 UTC) #9
commit-bot: I haz the power
5 years, 6 months ago (2015-06-25 08:36:41 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9e7af9efc5857b3c7e23a77d257f3dfbea597753
Cr-Commit-Position: refs/heads/master@{#29280}

Powered by Google App Engine
This is Rietveld 408576698