Home

Blog

ThreadSanitizer + OCaml

Jan 1, 2022

I discuss how I tried to instrument the OCaml compiler with the LLVM ThreadSanitizer race detector. This helps detect races in OCaml code that would alert end-users to properly synchnorize their code