DescriptionKeep (Heap)TerminatedArray in a consistent state while building.
When building a (Heap)TerminatedArray<T>, be careful to always have a
'last marker' set while doing so. Otherwise, should a conservative GC
strike while building, there's no last marker to terminate the tracing
of the HeapTerminatedArray<> elements.
R=haraken
BUG=581698
Committed: https://crrev.com/dbab3f0a4938a7c3bf9ff9d84858e98f2a11a8ee
Cr-Commit-Position: refs/heads/master@{#372367}
Patch Set 1 #
Total comments: 4
Patch Set 2 : add assert #
Messages
Total messages: 12 (5 generated)
|