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

Issue 679073002: A type vector with multiple IC types needs metadata. (Closed)

Created:
6 years, 1 month ago by mvstanton
Modified:
6 years, 1 month ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

A type vector with multiple IC types needs metadata. This CL adds a bitset to describe the type of IC in each IC slot. This is necessary for clearing ICs of different types. With FLAG_vector_ics off (the current state), it's not required because CALL_IC is the only type of IC in the vector. R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24911

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -24 lines) Patch
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/type-feedback-vector.h View 4 chunks +40 lines, -14 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 chunks +72 lines, -3 lines 0 comments Download
M src/type-feedback-vector-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/utils.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 2 chunks +66 lines, -5 lines 0 comments Download
M test/cctest/test-utils.cc View 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mvstanton
Hi Igor, Here is one of the changes for vector ics. This infrastructure is only ...
6 years, 1 month ago (2014-10-27 11:55:45 UTC) #1
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/679073002/diff/1/src/type-feedback-vector.cc File src/type-feedback-vector.cc (right): https://codereview.chromium.org/679073002/diff/1/src/type-feedback-vector.cc#newcode17 src/type-feedback-vector.cc:17: if (kind == Code::CALL_IC) { What ...
6 years, 1 month ago (2014-10-27 15:23:24 UTC) #2
mvstanton
6 years, 1 month ago (2014-10-27 16:34:42 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24911 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698