ocaml-multicore / picos

Interoperable effects based concurrency
https://ocaml-multicore.github.io/picos/doc/picos/index.html
ISC License
86 stars 3 forks source link

Tweak conditionals with CAS #305

Closed polytypic closed 2 weeks ago

polytypic commented 2 weeks ago

It seems the native OCaml compiler generates suboptimal code when one uses the || or the && operators.