When we figure out how cvc5 behaves when called from multiple threads (cvc5/cvc5#12558) we can add a conditional flag to build it with parallelization support.
Some questions:
- Is it safe to have
Sync on TermManager?
- Is it safe to have
Sync on Term?
- Can
TermManager call primitives with no locks?
When we figure out how cvc5 behaves when called from multiple threads (cvc5/cvc5#12558) we can add a conditional flag to build it with parallelization support.
Some questions:
SynconTermManager?SynconTerm?TermManagercall primitives with no locks?