• Mythri A's avatar
    [ic] Remove the check for fast prototypes in LoadIC_Uninitialized · d14ed12e
    Mythri A authored
    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: Ib2247e5e921f6375bda65310560ac832fd0339bf
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1561316
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60818}
    d14ed12e
Name
Last commit
Last update
..
OWNERS Loading commit data...
accessor-assembler.cc Loading commit data...
accessor-assembler.h Loading commit data...
binary-op-assembler.cc Loading commit data...
binary-op-assembler.h Loading commit data...
call-optimization.cc Loading commit data...
call-optimization.h Loading commit data...
handler-configuration-inl.h Loading commit data...
handler-configuration.cc Loading commit data...
handler-configuration.h Loading commit data...
ic-inl.h Loading commit data...
ic-stats.cc Loading commit data...
ic-stats.h Loading commit data...
ic.cc Loading commit data...
ic.h Loading commit data...
keyed-store-generic.cc Loading commit data...
keyed-store-generic.h Loading commit data...
stub-cache.cc Loading commit data...
stub-cache.h Loading commit data...