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

Issue 2662113005: [ic] Introduce IsXyzIC() predicates. (Closed)

Created:
3 years, 10 months ago by Igor Sheludko
Modified:
3 years, 10 months ago
Reviewers:
mvstanton, Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Introduce IsXyzIC() predicates. This is a step towards encoding all the necessary information in the feedback slot kind instead of storing it in the IC dispatcher's code object flags. BUG=v8:5849, v8:5917 Review-Url: https://codereview.chromium.org/2662113005 Cr-Commit-Position: refs/heads/master@{#42859} Committed: https://chromium.googlesource.com/v8/v8/+/93f181b6b9bfd0f48c4e8a8fc13ad6e662b6faa6

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -92 lines) Patch
M src/compiler/js-native-context-specialization.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/ic/ic.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/type-feedback-vector.h View 13 chunks +48 lines, -12 lines 0 comments Download
M src/type-feedback-vector.cc View 3 chunks +39 lines, -32 lines 2 comments Download
M src/type-feedback-vector-inl.h View 3 chunks +43 lines, -27 lines 0 comments Download
M src/type-info.cc View 4 chunks +7 lines, -10 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
Igor Sheludko
PTAL
3 years, 10 months ago (2017-02-01 14:19:19 UTC) #5
mvstanton
LGTM. Just one nit. Thanks! https://codereview.chromium.org/2662113005/diff/20001/src/type-feedback-vector.cc File src/type-feedback-vector.cc (left): https://codereview.chromium.org/2662113005/diff/20001/src/type-feedback-vector.cc#oldcode200 src/type-feedback-vector.cc:200: for (int i = ...
3 years, 10 months ago (2017-02-01 15:57:13 UTC) #9
Igor Sheludko
Landing... https://codereview.chromium.org/2662113005/diff/20001/src/type-feedback-vector.cc File src/type-feedback-vector.cc (left): https://codereview.chromium.org/2662113005/diff/20001/src/type-feedback-vector.cc#oldcode200 src/type-feedback-vector.cc:200: for (int i = 0; i < slot_count;) ...
3 years, 10 months ago (2017-02-01 16:10:01 UTC) #10
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/2662113005/20001
3 years, 10 months ago (2017-02-01 16:10:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/33832)
3 years, 10 months ago (2017-02-01 16:13:56 UTC) #14
Jarin
lgtm for compiler/* and crankshaft/*.
3 years, 10 months ago (2017-02-01 16:16:48 UTC) #16
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/2662113005/20001
3 years, 10 months ago (2017-02-01 16:20:06 UTC) #18
commit-bot: I haz the power
3 years, 10 months ago (2017-02-01 16:22:11 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/93f181b6b9bfd0f48c4e8a8fc13ad6e662b...

Powered by Google App Engine
This is Rietveld 408576698