• Pan, Tao's avatar
    Reland "[compiler] Remove the optimized OSR code if deoptimizing at inside of loop" · c2d239dd
    Pan, Tao authored
    This is a reland of commit c8c17619
    
    This CL includes:
    
    - crrev.com/c/3679846 Add condition use_ic to the removing the optimized OSR code logic
    - crrev.com/c/3686589 Add out of bytecode array to break condition of removing OSR code cache logic
    - Add JumpLoop nesting level 0 to break condition of removing OSR code cache logic
    - Change to use Deoptimizer::DeoptimizeFunction() to deoptimize OSR code
    
    Original change's description:
    > [compiler] Remove the optimized OSR code if deoptimizing at inside of loop
    >
    > If the optimized code is deoptimized and the deoptimized exit offset is
    > inside of the optimized OSR code related loop, the optimized OSR code is
    > also out of date, remove the optimized OSR code, it will avoid hit the
    > optimized OSR code and soon later deoptimization of the optimized OSR
    > code.
    > This CL will reduce deoptimization. E.g. Deoptimization of JetStream2
    > case navier-stokes function addFields is reduced from twice to once.
    >
    > Change-Id: I5bbf3039e916c3736b5b967d1f36b6ea90cfd40b
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3648219
    > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
    > Commit-Queue: Tao Pan <tao.pan@intel.com>
    > Cr-Commit-Position: refs/heads/main@{#80826}
    
    Bug: chromium:1330444
    Change-Id: I97a466ddfa764438b45f33c6ae33cb921d57278d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3690451Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Commit-Queue: Tao Pan <tao.pan@intel.com>
    Cr-Commit-Position: refs/heads/main@{#81110}
    c2d239dd
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-shadow-realm.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-temporal.cc Loading commit data...
runtime-test-wasm.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-trace.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime-weak-refs.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...