• Leszek Swirski's avatar
    [maglev] Add lazy deopts · 0df9606d
    Leszek Swirski authored
    Nodes can now hold a LazyDeoptSafepoint which stores the frame state in
    case they trigger a lazy deopt. OpProperties have a new CanLazyDeopt
    bit, and codegen emits a safepoint table entry + lazy deopt for all
    nodes with this bit. Also, we now check the deoptimized code bit on
    entry into the maglev compiled function.
    
    An example use of these lazy deopts is added as a PropertyCell fast path
    for LdaGlobal, which adds a code dependency on the property cell.
    
    Bug: v8:7700
    Change-Id: I663db38dfa7325d38fc6d5f079d263a958074e36
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3557251Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Reviewed-by: 's avatarJakob Linke <jgruber@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#79688}
    0df9606d
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...