Sudha Parimala
Sudha Parimala
Thanks for opening the issue! Indeed, the idea was to have a sequential implementation of the `Task` module. There's a branch lying around for the same - https://github.com/ocaml-multicore/domainslib/tree/4.x. It strips...
Thanks everyone for the comments! Reopening the issue to continue discussion. @favonia is right in that the previous documentation was inconsistent with the implementation. I can see how the current...
I've also observed the slowdown introduced by idle domains, presumably due to the shared GC work, as noted by @kayceesrk. I tried to quantify it by benchmarking with idle domains...
> I assume you are running with the rest of the isolated cores (24 in total) available for the idle domain. Hence, it is odd that 1 core program with...
Hey @Deepthi562, thanks for your interest! Thank you @art-w for the details. I think this issue is a bit open ended, I'm happy for you continue working on this issue...
I spent some time today trying to find the source of this bug. I tried to reproduce this with possible combinations of compiler versions (5.0.0, 5.1.0~beta1), olly version (0.3, trunk)...
@jmid, this is indeed unfortunate, and I've been bitten by it while trying to use `olly` on `trunk` too! The dependency on `ppxlib` is due to a dependency on `tracing`...