ocaml-multicore / kcas

Software Transactional Memory for OCaml
https://ocaml-multicore.github.io/kcas/
ISC License
109 stars 11 forks source link

Fine-tune exception backtraces #97

Closed polytypic closed 1 year ago

polytypic commented 1 year ago

In some cases backtraces are not really needed, because the exception should (and usually will) not leak outside of the library.

In other cases we want to keep the original backtrace.