• mvstanton's avatar
    Vector ICs: Ensure KeyedAccessStore mode is encoded in all handlers. · 24921f76
    mvstanton authored
    For vector-based keyed store ics, we need to know the current
    KeyedAccessStore mode on ic MISS, and to produce optimized code.
    
    We can't store this mode, which can change on any MISS in the IC
    without patching. Therefore, this CL makes sure that the information is
    redundantly available in the handlers embedded in the IC. This way,
    when --vector-stores is turned on, we'll be able to extract that
    information from the vector which maintains a list of these handlers.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1312693004
    
    Cr-Commit-Position: refs/heads/master@{#30378}
    24921f76
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...