Skip to content

Ensure the MutVar operations have barriers necessary for thread-safe mutation

Ben Gamari requested to merge wip/T22468 into master

Here we fix #22468 (closed) by introducing the needed acquire barrier in the code generation logic for readMutVar#.

Based on !6232 (closed).

Fixes #22468 (closed).

Merge request reports