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

Issue 14611006: Cleanup IC heuristics. (Closed)

Created:
7 years, 7 months ago by Toon Verwaest
Modified:
7 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Cleanup IC heuristics. Committed: https://code.google.com/p/v8/source/detail?r=14524

Patch Set 1 #

Total comments: 18

Patch Set 2 : Addressed comments #

Patch Set 3 : Remove additional filter now handled in TryRemoveInvalidPrototypeDependentStub #

Total comments: 1

Patch Set 4 : Addressed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -90 lines) Patch
M src/ic.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ic.cc View 1 2 3 12 chunks +70 lines, -69 lines 0 comments Download
M src/objects.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 1 2 2 chunks +2 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 7 months ago (2013-05-02 10:48:22 UTC) #1
danno
https://codereview.chromium.org/14611006/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/14611006/diff/1/src/ic.cc#newcode185 src/ic.cc:185: if (target->is_keyed_load_stub() || // Determine whether the failure is ...
7 years, 7 months ago (2013-05-02 11:36:06 UTC) #2
Toon Verwaest
Addressed comments, PTAL again. https://chromiumcodereview.appspot.com/14611006/diff/1/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/14611006/diff/1/src/ic.cc#newcode185 src/ic.cc:185: if (target->is_keyed_load_stub() || On 2013/05/02 ...
7 years, 7 months ago (2013-05-02 12:27:20 UTC) #3
danno
lgtm with nit https://codereview.chromium.org/14611006/diff/6001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/14611006/diff/6001/src/ic.cc#newcode991 src/ic.cc:991: int overwrite_handler = -1; nit: handler_to_overwrite?
7 years, 7 months ago (2013-05-02 15:24:28 UTC) #4
Toon Verwaest
7 years, 7 months ago (2013-05-02 15:42:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r14524 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698