DescriptionImplement wrapper tracing verifier
Verifier simulates stop-the-world wrapper tracing and checks, that all objects
that would be found during atomic pause were actually found by incremental
wrapper tracing too. If not, that means some write barrier is missing.
It works by recording all v8 reported wrappers and all newly associated
wrappers, tracing from these in the atomic pause, and checking whether all
reachable objects were marked.
LOG=no
BUG=468240
Committed: https://crrev.com/a973a859a9b6c995ff5081174426306a9fa3914d
Cr-Commit-Position: refs/heads/master@{#401580}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Use verifier when dchecks are on #
Messages
Total messages: 12 (4 generated)
|