DescriptionHave ASan ignore ObjectAliveTrait<>::isHeapObjectAlive() applied to mixins
When Heap::willObjectBeLazilySwept<T>() is used on a lazy-sweepable
object where T is a mixin, the mixin's isHeapObjectAlive() virtual will
have to be used to adjust the object pointer to the head of the object.
It is unlikely that a compiler will devirtualize that call hence
mark the isHeapObjectAlive() as ASan ignorable.
R=
BUG=
Committed: https://crrev.com/4d46d2703674fc3377395ca699f6657b0a3192c3
Cr-Commit-Position: refs/heads/master@{#375137}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|