using
should trigger Pkg's parallel precompilation
#48259
Labels
compiler:codegen
Generation of LLVM IR and native code
parallelism
Parallel or distributed computation
I think Base should add a hook so that when Pkg is loaded,
using PkgX
triggers parallel precompilation instead of serial. It's not intuitive for that there's different precompilation modes with hugely different runtimes, and I think it's a common footgun to accidentally use the non-parallel version.The text was updated successfully, but these errors were encountered: