Description[heap] Filter slots in map space
We mark an object allocated as uninitialized. If we happen to have a GC before
fields of a map are written, msan will observe access to unitialized memory and
crash.
This also unifies the handling as we now deal with all spaces in the same way.
In future we could parallelize clearing.
BUG=chromium:638226
R=hpayer@chromium.org
Committed: https://crrev.com/23f61424e321c5895af568f13781a8d1669e8ada
Cr-Commit-Position: refs/heads/master@{#38681}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added TODO #Messages
Total messages: 14 (7 generated)
|