• Ulan Degenbaev's avatar
    [heap] Support fixed arrays with progress bar in the concurrent marker · 7ca8acd0
    Ulan Degenbaev authored
    Currently the concurrent marker visits any fixed array in one go
    ignoring the progress bar and does not expect seeing black arrays
    in the worklist. For this reason, if the main thread marker starts
    visiting a large array with the progress bar, then it has to re-push
    the array in the bailout worklist. So all subsequent visitations of
    the array happen on the main thread.
    
    This patch makes the progress bar thread-safe and allows the
    concurrent marker to visit arrays in chunks.
    
    Change-Id: I5e8867077ed2908b7f9c5d8bde34d0401f7fe446
    Reviewed-on: https://chromium-review.googlesource.com/c/1385164
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58484}
    7ca8acd0
concurrent-marking.cc 36 KB