• Mythri's avatar
    Don't use feedback vector to infer IC kind and language mode · a36f2593
    Mythri authored
    Currently, the runtime IC functions deduce the IC kind and the language
    mode from the feedback slot kind. To support feedback free execution
    (for V8 lite mode and lazy allocation of feedback vectors) we need to
    infer the IC kind even when feedback vectors are not present.
    
    To be able to infer the language mode without feedback vectors, this cl
    forces context allocation in cases where we raise the language mode in
    the middle of a function. The language mode is the stricter of the
    language mode on the SFI and the language mode of the current context.
    
    This cl updates the bytecode handlers to check for valid feedback vectors
    and to call into runtime if the feedback vector is not allocated. It also
    adds new runtime functions to be able to infer the IC kind when there is no
    feedback vector. Most of the builtins and handlers remain unchanged because
    they are only used when feedback vector is present.
    
    Bug: v8:8394
    Change-Id: I1f77740c0d68ddaa0de076597f5f6bcb2e966d70
    Reviewed-on: https://chromium-review.googlesource.com/c/1358516
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58191}
    a36f2593
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni 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 Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind 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...
snapshot_toolchain.gni Loading commit data...