Running some code in Pkg causes the following compilation: ``` #= 46.8 ms =# precompile(Tuple{Base.Compiler.var"#get_infer_result#typeinf_edge##0"{Method, Bool, Bool, Base.Compiler.InferenceResult, Base.Compiler.Future{Base.Compiler.MethodCallResult}}, Base.Compiler.NativeInterpreter, Base.Compiler.IRInterpretationState}) ``` It would probably be a good idea to ensure this path is compiled into the sysimage so it doesn't have to be done at runtime for user code.