Commit 54695d4
committed
fix thread-safety
We now globally lock all the interpreters when we iterate over all the interpreters'
bump allocators to resolve which interpreter a `QualType` belongs to.
Similarly, we also lock all the interpreters to resolve the interpreter from a `Decl`.
I have also adopted most of the tests to run in parallel, hopefully detecting failures early.1 parent 5905960 commit 54695d4
File tree
11 files changed
+1249
-686
lines changed- include/CppInterOp
- lib/CppInterOp
- unittests/CppInterOp
11 files changed
+1249
-686
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| |||
0 commit comments