Sadiq Jaffer
Sadiq Jaffer
This is a first pass on the docs for runtime events. It consists of a runtime tracing chapter, a small section on libruntime_events and updates to the OCAMLRUNPARAM docs. Am...
Copied from the comment on #790 so as it's not lost: I'm still not 100% satisfied because caml_check_pending_actions can return false when there is actually a pending action to do...
The `caml_process_pending_actions_exn` C API call is missing on multicore. This returns exceptions as an OCaml value rather than raising them. I can't see any technical limitations to re-adding this but...
When we encounter a lazy that now has a `Foward_tag` during a minor collection we should shortcut it. I think is safe to do as there are no mutators running....
There's been discussion around ThreadSanitizer runs of trunk in multiple venues but it's probably best to concentrate it in one place so things don't get lost. To begin with, I...