Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change orderings of
Debug
for the Atomic types to Relaxed
.
This reduces synchronization between threads when debugging the atomic types. Reducing the synchronization means that executions with and without the debug calls will be more consistent, making it easier to debug.
- Loading branch information