@@ -45,6 +45,11 @@ precompile(isequal, (String, String))
4545precompile(Base.check_open, (Base.TTY,))
4646precompile(Base.getproperty, (Base.TTY, Symbol))
4747precompile(write, (Base.TTY, String))
48+ precompile(Tuple{typeof(Base.get), Base.TTY, Symbol, Bool})
49+ precompile(Tuple{typeof(Base.hashindex), String, Int64})
50+ precompile(Tuple{typeof(Base.write), Base.GenericIOBuffer{Array{UInt8, 1}}, String})
51+ precompile(Tuple{typeof(Base.indexed_iterate), Tuple{Nothing, Int64}, Int64})
52+ precompile(Tuple{typeof(Base.indexed_iterate), Tuple{Nothing, Int64}, Int64, Int64})
4853
4954# used by Revise.jl
5055precompile(Tuple{typeof(Base.parse_cache_header), String})
@@ -57,6 +62,7 @@ precompile(Tuple{typeof(delete!), Dict{Base.PkgId,Vector{Function}}, Base.PkgId}
5762precompile(Tuple{typeof(push!), Vector{Function}, Function})
5863
5964# miscellaneous
65+ precompile(Tuple{typeof(Base.exit)})
6066precompile(Tuple{typeof(Base.require), Base.PkgId})
6167precompile(Tuple{typeof(Base.recursive_prefs_merge), Base.Dict{String, Any}})
6268precompile(Tuple{typeof(Base.recursive_prefs_merge), Base.Dict{String, Any}, Base.Dict{String, Any}, Vararg{Base.Dict{String, Any}}})
0 commit comments