• Leszek Swirski's avatar
    [gcmole] Update whitelist for src/heap · 38e7b6b3
    Leszek Swirski authored
    Most dead variable warnings in GCMole are false positives, either from
    failing to detect that TryEvacuateObject returning false means it didn't
    allocate, or a regex error thinking that GarbageCollectionReasonToString
    causes garbage collection (because the mangled version is something like
    GarbageCollectionReasonToString[...]GarbageCollectionReason, and that
    matches /Collect.*Garbage/).
    
    Update the whitelist and fix the "Collect.*Garbage" regex to only look
    at the function name.
    
    Bug: v8:9985
    Change-Id: I62284e97e4975a6a87616d1d535b2ac7958d17bb
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1989829
    Auto-Submit: Leszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65622}
    38e7b6b3
Name
Last commit
Last update
..
BUILD.gn Loading commit data...
GCMOLE.gn Loading commit data...
Makefile Loading commit data...
README Loading commit data...
bootstrap.sh Loading commit data...
gccause.lua Loading commit data...
gcmole-test.cc Loading commit data...
gcmole-tools.tar.gz.sha1 Loading commit data...
gcmole.cc Loading commit data...
gcmole.lua Loading commit data...
package.sh Loading commit data...
parallel.py Loading commit data...
run-gcmole.py Loading commit data...
suspects.whitelist Loading commit data...
test-expectations.txt Loading commit data...