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
Currently I think a lot of the testing with Miri is less concurrent than it needs to be. We could be exercising atomic code paths better if we tell tests that automatically detect parallelism that there are a lot of CPUs.
Currently I think a lot of the testing with Miri is less concurrent than it needs to be. We could be exercising atomic code paths better if we tell tests that automatically detect parallelism that there are a lot of CPUs.
This might help us find examples of read-read races: rust-lang/miri#3142
The text was updated successfully, but these errors were encountered: