DescriptioncollectAllGarbage(): bail on reaching fixed point.
To root out objects that become unreachable and dead once persistent
references to them are finalized, we're forced to iteratively GC when
wanting to sweep out all garbage. But no need to continue doing it
after the live object set has stabilized.
R=haraken
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193682
Patch Set 1 #
Total comments: 2
Patch Set 2 : use markedObjectSize() #Messages
Total messages: 9 (4 generated)
|