Open
Description
Currently Comgr includes mutex locks around compilation actions to avoid unexpected LLVM multi-threading side effects.
It would be nice to fix the issues with LLVM preventing multiple threads from maintaining independent LLVM instances. We could then remove these locks in Comgr to allow for parallel compilation