• Nico Hartmann's avatar
    Preserve feedback and speculation mode for JSCall · 149e4935
    Nico Hartmann authored
    Changing the target of JSCall nodes (e.g. while lowering higher order calls)
    now preserves feedback and speculation mode to allow further (speculative)
    optimizations. A flag is introduced to mark feedback unrelated to the call
    target after such a transformation. This flag is used to prevent access to
    the feedback without the need to invalidate it.
    
    Bug: v8:9702
    Change-Id: I311d3a4b1b22d6f65e5837a23b0b7585c8d75eed
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1844788
    Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64733}
    149e4935
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...