• Mythri A's avatar
    Reland "[turboprop] Add a slot for optimization marker in feedback vector" · c01a36d5
    Mythri A authored
    This is a reland of d7ece57e with
    a fix to failures on NumFuzz.
    
    Original change's description:
    > [turboprop] Add a slot for optimization marker in feedback vector
    >
    > Optimization marker and the optimized code used to share the same slot
    > in the feedback vector as they were mutually exclusive. With turboprop
    > we would want to mark the function for tier up to Turbofan while holding
    > the optimized code for Turboprop. So this cl uses the existing padding
    > field to hold the optimization marker instead.
    >
    > As a driveby, removes unused JSFunction::ClearOptimizedCodeSlot function
    > and fixes a minor bug in Runtime_GetOptimizationStatus.
    >
    > Bug: v8:9684
    > Change-Id: I18c551a69648a0837d16c5453d023c0b295b1521
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2467836
    > Commit-Queue: Mythri Alle <mythria@chromium.org>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#70789}
    
    Bug: v8:9684
    Change-Id: Ie6aa3c061a852bb047b5921e4e747d43505568e3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2502871
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70834}
    c01a36d5
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-interpreter.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-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.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...