Reviewers: Igor Sheludko,

Message:
Hi Igor,
Here is one of the changes for vector ics. This infrastructure is only utilized when the vector_ics flag is on, with some careful guard/default values when it's
off. PTAL, thx!
--Michael

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.

[email protected]

Please review this at https://codereview.chromium.org/679073002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+258, -24 lines):
  M src/objects.h
  M src/objects-inl.h
  M src/type-feedback-vector.h
  M src/type-feedback-vector.cc
  M src/type-feedback-vector-inl.h
  M src/utils.h
  M test/cctest/test-feedback-vector.cc
  M test/cctest/test-utils.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to