• Mythri A's avatar
    Reland [ic] Remove the check for fast prototypes in LoadIC_Uninitialized · 9fe37d23
    Mythri A authored
    This is a reland of d14ed12e
    with fix for test failures in lite mode.
    
    When handling load named properties (without feedback vectors) we used
    to miss to runtimes if the prototypes aren't set. This was because we
    wanted to give the prototype a chance to become fast, since most prototypes
    start in slow mode but move to fast after the initial setup. Though this
    check is not really useful when we don't have feedback vectors, and once
    feedback vectors are allocated we will turn the prototypes fast anyway.
    
    Bug: v8:8394, v8:8860
    Change-Id: I5c7b5061e1d9068c72d6f0eea47517880940a054
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1591772Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61267}
    9fe37d23
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer 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...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests 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...