You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ccall(:jl_set_newly_inferred, Cvoid, (Any,), nothing) # ensure we drop internally references to both newly_inferred arrays so that it is safe to access them here
17
-
for child incis# set the must-precompile bit on all new code
19
+
for child innewly_inferred# set the must-precompile bit on all new code
18
20
precompile_mi((child::Base.CodeInstance).def)
19
21
end
20
-
append!(Base.newly_inferred, cis) # request the new code be included in the serialized file
21
-
empty!(cis)
22
+
append!(Base.newly_inferred, newly_inferred) # request the new code be included in the serialized file
0 commit comments