DescriptionAdd InlinedMarkingVisitor::shouldMarkObject() predicate.
Rename checkSkipForObjectInTerminatingThreadHeap() as shouldMarkObject()
and invert the predicate's meaning: it returns true if the object reference
should be marked and traced, false if it should not be.
When performing a thread-local GC, references to other thread heaps should
not be marked and traced.
R=haraken
BUG=445388
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187774
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add test + rename predicate to shouldMarkObject() #Patch Set 3 : update predicate #
Messages
Total messages: 11 (3 generated)
|