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

Issue 1252303002: VectorICs: VisitClassLiteral needs adjustment for IC slot usage. (Closed)

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

Description

VectorICs: VisitClassLiteral needs adjustment for IC slot usage. Also, generic lowering for keyed stores needs to handle the case when there is no IC slot available (it can use the generic keyed store). BUG= R=mstarzinger@chromium.org Committed: https://crrev.com/878071af3e4ecf403f3a4ba7833245e0f5ddf579 Cr-Commit-Position: refs/heads/master@{#29847}

Patch Set 1 #

Patch Set 2 : REBASE. #

Total comments: 2

Patch Set 3 : code comments. #

Patch Set 4 : doh! typo. #

Patch Set 5 : The wrong IC was chosen without vector stores on. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 4 1 chunk +7 lines, -3 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
mvstanton
Hi Michael, here is the thing I mentioned at lunch, thx! --Michael
5 years, 5 months ago (2015-07-24 10:35:00 UTC) #1
Michael Starzinger
https://codereview.chromium.org/1252303002/diff/20001/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/1252303002/diff/20001/src/compiler/js-generic-lowering.cc#newcode362 src/compiler/js-generic-lowering.cc:362: InlineCacheState state = FLAG_vector_stores && p.feedback().index() == -1 Can ...
5 years, 5 months ago (2015-07-24 11:51:30 UTC) #2
mvstanton
Thx for the comments, note my comment over in ast-graph-builder.cc, VisitArrayLiteral(). https://codereview.chromium.org/1252303002/diff/20001/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): ...
5 years, 5 months ago (2015-07-24 12:24:58 UTC) #3
Michael Starzinger
LGTM.
5 years, 5 months ago (2015-07-24 12:26:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1252303002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1252303002/40001
5 years, 5 months ago (2015-07-24 12:28:44 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/8064)
5 years, 5 months ago (2015-07-24 12:36:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1252303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1252303002/60001
5 years, 5 months ago (2015-07-24 12:55:23 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/8067)
5 years, 5 months ago (2015-07-24 13:03:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1252303002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1252303002/80001
5 years, 5 months ago (2015-07-24 14:07:25 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-07-24 14:08:35 UTC) #17
commit-bot: I haz the power
5 years, 5 months ago (2015-07-24 14:09:02 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/878071af3e4ecf403f3a4ba7833245e0f5ddf579
Cr-Commit-Position: refs/heads/master@{#29847}

Powered by Google App Engine
This is Rietveld 408576698