DescriptionVector ICs: Allow for more IC kinds.
We have plans to create more ICs, and we are out of bits to represent the Kind
in the flags field of the code object. The InlineCacheState can lose a bit
because it no longer needs the DEFAULT state. That state existed as a way to
detect errors where code incorrectly looked at a vector IC stub's
InlineCacheState instead of correctly determining said state from a glance at
the vector. This really isn't a danger anymore.
So, with the horse trading, we could now represent up to 32 code kinds.
BUG=
Committed: https://crrev.com/25d48ec37fd3b8a6f22008df0c24530b98ab3e63
Cr-Commit-Position: refs/heads/master@{#31666}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|