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

Issue 445943002: CallIC must update type feedback info correctly. (Closed)

Created:
6 years, 4 months ago by mvstanton
Modified:
6 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

CallIC must update type feedback info correctly. CallIC, as the first of vector-based ICs didn't update the ic with type count counter and the generic count counter correctly. This CL fixes that. BUG= R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22962

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -9 lines) Patch
M src/ic.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/ic.cc View 1 5 chunks +39 lines, -9 lines 0 comments Download
M src/ic-inl.h View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Jakob, Here is the CL we discussed. 1) It duplicates too much code. Thinking ...
6 years, 4 months ago (2014-08-06 13:11:59 UTC) #1
Jakob Kummerow
Looking good. Some comments. https://codereview.chromium.org/445943002/diff/1/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (left): https://codereview.chromium.org/445943002/diff/1/src/ia32/code-stubs-ia32.cc#oldcode2459 src/ia32/code-stubs-ia32.cc:2459: // We are going megamorphic. ...
6 years, 4 months ago (2014-08-06 14:49:09 UTC) #2
mvstanton
Thx for the comments, here is an update. I removed the test. As noted, with ...
6 years, 4 months ago (2014-08-06 15:32:33 UTC) #3
Jakob Kummerow
lgtm
6 years, 4 months ago (2014-08-06 16:04:30 UTC) #4
mvstanton
6 years, 4 months ago (2014-08-07 08:52:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as 22962 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698