• Georg Neis's avatar
    [turbofan] Fix some tests · 17d4868c
    Georg Neis authored
    - serializer-*:
    In some stress configuration, the new map of x was GC'd at the beginning
    of optimization, thus generating a soft-deopt for the store to x (thus
    in turn skipping inlining of f).
    
    - native-context-*:
    In some stress configuration, f had its feedback flushed.
    
    Bug: v8:10892
    Change-Id: Icd9f9c0ba6feb938ae8c3b0031b02b766f2e3f91
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2404764
    Commit-Queue: Georg Neis <neis@chromium.org>
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarMythri Alle <mythria@chromium.org>
    Auto-Submit: Georg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69837}
    17d4868c
native-context-specialization-hole-check.js 2.03 KB