• 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
dictionary-prototypes.js 11.9 KB