DescriptionOilpan: Clear unused slots in Deque so they are not found in conservative GCs
If we find a direct pointer to the backing store of the deque (this will
normally be an iterator) we have to trace the backing without knowing how
much of it is in use (that information is in the Deque itself, not the
backing store). This means we have to ensure that unused areas of the
backing store are zeroed out.
R=ager@chromium.org, mikhail.pozdnyakov@untel.com
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175277
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|