Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: DLS debugging, remove an extra call to [caml_dls_dget]
The call was placed here for thread-safety, to work correctly if another thread (on the same domain) resizes the DLS array under our feet. It is also the only notable change in terms of access to `Caml_state->dls_root` since 5.1, so it might be involved in the mysterious crash being investigated at ocaml-multicore/multicoretests#446
- Loading branch information