• mvstanton's avatar
    Vector ICs: Allow for more IC kinds. · 25d48ec3
    mvstanton authored
    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=
    
    Review URL: https://codereview.chromium.org/1427803003
    
    Cr-Commit-Position: refs/heads/master@{#31666}
    25d48ec3
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...