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
Dirty locals copied across threads require program-order constraints
We previously lacked SHARED_WRITE events in program order in a newly-spawned
thread for dirty locals being copied from the spawning thread. This resulted in
spurious failures as reading from initial values seemed possible, when the
from-read constraint should have prevented such reads.
Also, replace the variable "t" by the more descriptive "new_thread_nr."
0 commit comments