You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag GC-heap object writes with the GC-heap alias region (#13718)
The copying collector's fresh-object header initialization writes now use the
canonical GC memflags (like the null collector), and the pre-interned funcref
array-element store gets the GC-heap region, matching how those locations are
read elsewhere.
Note: these missing regions could not result in miscompiles previously because
regionless stores are treated as memory fences by alias analysis.
0 commit comments