• Clemens Backes's avatar
    [wasm] Remove "WaitForTopTierFinished" method · d829c653
    Clemens Backes authored
    The method is already misleading, as with dynamic tiering the "top tier"
    is defined to be the same as the "baseline tier" (i.e. Liftoff). Hence
    the method does not do what you would expect it to do.
    Fixing it to wait for all functions to be compiled with TurboFan would
    result in a deadlock, if we do not also trigger tier-up of all
    functions.
    
    Hence remove the method.
    
    R=ahaas@chromium.org
    
    Bug: v8:12899
    Change-Id: I4ba76febd796f6a9ad1252e6d73a72e569fd648c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3657436
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80859}
    d829c653
module-compiler.cc 160 KB