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

Issue 220923003: Lazily initialize the target map list in IC. (Closed)

Created:
6 years, 8 months ago by ulan
Modified:
6 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Lazily initialize the target map list in IC. This makes sure that we keep the target map list alive in the handle scope during IC computation. BUG= R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20426

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -44 lines) Patch
M src/ic.h View 3 chunks +32 lines, -0 lines 0 comments Download
M src/ic.cc View 7 chunks +14 lines, -28 lines 2 comments Download
M src/objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ulan
PTAL. This is needed for weak ICs.
6 years, 8 months ago (2014-04-01 13:44:05 UTC) #1
Toon Verwaest
https://codereview.chromium.org/220923003/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/220923003/diff/1/src/ic.cc#newcode1426 src/ic.cc:1426: if (target_receiver_maps.length() == 0) { length() == 0 isn't ...
6 years, 8 months ago (2014-04-01 15:22:05 UTC) #2
ulan
https://codereview.chromium.org/220923003/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/220923003/diff/1/src/ic.cc#newcode1426 src/ic.cc:1426: if (target_receiver_maps.length() == 0) { On 2014/04/01 15:22:05, Toon ...
6 years, 8 months ago (2014-04-01 16:14:07 UTC) #3
Toon Verwaest
lgtm
6 years, 8 months ago (2014-04-01 17:11:31 UTC) #4
ulan
6 years, 8 months ago (2014-04-02 08:00:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r20426 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698