Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mutex around LLVM calls from booster
Previously the LLVM backend was not thread-safe so the simplification calls had to be sequentialised for concurrent RPC requests. Since thread-local storage is now used, the calls can be executed concurrently/in parallel using multiple cores. This PR removes the mutex that sequentialised the calls before.
- Loading branch information