Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a trivial bug using a wrong variable. Additionally, it turns out the OCaml 5 compiler incorrectly optimized away a repeated `Atomic.get`. This commit works around that compiler bug by using `Sys.opaque_identity` to provent the compiler from figuring out that the location has been read before.
- Loading branch information