Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otherlibs: remove caml_channel_mutex_io hooks from systhreads #705

Merged
merged 2 commits into from Oct 20, 2021

Conversation

abbysmal
Copy link
Collaborator

This PR removes the caml_channel_mutex_io hooks in systhreads.
The rationale is that this behavior is now the default behavior in Multicore-OCaml as of #649, and the relevant thread local values are kept thread local in our implementation (rather than domain-local), which means it behaves the same as systhreads.

@ctk21
Copy link
Collaborator

ctk21 commented Oct 20, 2021

LGTM, merging

@ctk21 ctk21 merged commit 1467f4c into ocaml-multicore:5.00 Oct 20, 2021
sadiqj pushed a commit to sadiqj/ocaml that referenced this pull request Jan 10, 2022
…ove_old_mutex_io_hooks

otherlibs: remove caml_channel_mutex_io hooks from systhreads
ctk21 added a commit to ctk21/ocaml that referenced this pull request Jan 11, 2022
…ove_old_mutex_io_hooks

otherlibs: remove caml_channel_mutex_io hooks from systhreads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants