• Omer Katz's avatar
    cppgc, jobs: Update job priority · 4cb4a229
    Omer Katz authored
    This CL aligns the library implementation with the blink implementation:
    (*) Concurrent marking increases job priority if no concurrent progress
        is made in the last 50% of the expected marking duration.
    (*) Concurrent sweeping increases job priority when calling
        FinishIfRunning (the library equivalent of blink's CompleteSweep).
    
    Bug: chromium:1056170
    Change-Id: Ice275cb90a7dd76bf4125f4338d9d80e5f576c58
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2431572
    Commit-Queue: Omer Katz <omerkatz@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70375}
    4cb4a229
default-job.cc 8.4 KB