Skip to content

Commit

Permalink
Add one more precompile to reduce startup latency
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Feb 22, 2019
1 parent 592d058 commit 1bb4283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function _precompile_()
precompile(Tuple{typeof(prepare_locals), JuliaFrameCode, Vector{Any}})
precompile(Tuple{typeof(prepare_args), Any, Vector{Any}, Vector{Any}})
precompile(Tuple{typeof(prepare_call), Any, Vector{Any}})
precompile(Tuple{typeof(Core.kwfunc(prepare_call)), NamedTuple{(:enter_generated,),Tuple{Bool}}, typeof(JuliaInterpreter.prepare_call), Function, Vector{Any}})
precompile(Tuple{typeof(build_frame), JuliaFrameCode, Vector{Any}, Core.SimpleVector})
precompile(Tuple{typeof(extract_args), Module, Expr})
precompile(Tuple{typeof(enter_call), Int, Int})
Expand Down

0 comments on commit 1bb4283

Please sign in to comment.