allready (and alley's JIT path) creates .o files serially when they both could be performed in parallel. LLVM has various libraries/frameworks for this, for example LTO can run parallel tasks, so check those for LLVM-compat thread pools or whatever.
allready (and alley's JIT path) creates .o files serially when they both could be performed in parallel.
LLVM has various libraries/frameworks for this, for example LTO can run parallel tasks, so check those for LLVM-compat thread pools or whatever.