• Clemens Backes's avatar
    [wasm] Run tier-up with default priority · 66268654
    Clemens Backes authored
    Avoid spawning low-priority tasks for tier-up, since low-priority tasks
    map to the BEST_EFFORT priority in chrome, which will severly delay
    execution of the tasks and not execute them even if background threads
    are idle (see linked bug).
    
    We should look into reverting this once the gin platform implementation
    (or task scheduling) is adjusted to execute low-priority background
    tasks more reliably.
    
    R=ahaas@chromium.org
    
    Bug: chromium:1094928
    Change-Id: I9e84eeedc7b83bfd17edb1cd09a0084770b20eda
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2247645Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68362}
    66268654
module-compiler.cc 119 KB