• Anton Bikineev's avatar
    cppgc: Don't verify stack if PC is enabled. · 2746000c
    Anton Bikineev authored
    V8 compaction, which currently runs before verification, can update
    stack slots, which could lead to more false positives when we scan
    compressed pointers on stack. The CL disables the stack verification if
    pointer compression. The intent is to investigate if verification can be
    moved before compaction.
    
    Bug: chromium:1325007
    Change-Id: Idc01df9c58bfbf338b5e95caf5f03a88593c6478
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3789381
    Auto-Submit: Anton Bikineev <bikineev@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Anton Bikineev <bikineev@chromium.org>
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#81997}
    2746000c
marking-verifier.cc 7.3 KB