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

Issue 2412043003: [ic] Support non-code handlers in megamorphic stub cache. (Closed)

Created:
4 years, 2 months ago by Igor Sheludko
Modified:
4 years, 2 months ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Support non-code handlers in megamorphic stub cache. BUG= Committed: https://crrev.com/c97535f57ed10c53c64c36c1b496d523154b52f7 Cr-Commit-Position: refs/heads/master@{#40255}

Patch Set 1 #

Patch Set 2 : Rebasing #

Total comments: 4

Patch Set 3 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -98 lines) Patch
M src/field-index.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/field-index-inl.h View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
M src/ic/ic.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 7 chunks +24 lines, -38 lines 0 comments Download
M src/ic/ic-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ic/stub-cache.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ic/stub-cache.cc View 5 chunks +25 lines, -16 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 6 chunks +6 lines, -13 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (17 generated)
Igor Sheludko
PTAL
4 years, 2 months ago (2016-10-12 12:10:03 UTC) #4
Jakob Kummerow
lgtm https://codereview.chromium.org/2412043003/diff/10001/src/ic/ic.cc File src/ic/ic.cc (left): https://codereview.chromium.org/2412043003/diff/10001/src/ic/ic.cc#oldcode973 src/ic/ic.cc:973: FieldIndex::ForLoadByFieldOffset(map, Smi::cast(code)->value()); FieldIndex::ForLoadByFieldOffset is now unused. Wanna delete ...
4 years, 2 months ago (2016-10-13 11:14:06 UTC) #12
Igor Sheludko
https://codereview.chromium.org/2412043003/diff/10001/src/ic/ic.cc File src/ic/ic.cc (left): https://codereview.chromium.org/2412043003/diff/10001/src/ic/ic.cc#oldcode973 src/ic/ic.cc:973: FieldIndex::ForLoadByFieldOffset(map, Smi::cast(code)->value()); On 2016/10/13 11:14:06, Jakob Kummerow wrote: > ...
4 years, 2 months ago (2016-10-13 11:35:52 UTC) #13
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/2412043003/30001
4 years, 2 months ago (2016-10-13 11:43:56 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:30001)
4 years, 2 months ago (2016-10-13 12:02:10 UTC) #21
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 12:02:33 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c97535f57ed10c53c64c36c1b496d523154b52f7
Cr-Commit-Position: refs/heads/master@{#40255}

Powered by Google App Engine
This is Rietveld 408576698