We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b8c71 commit 569f7a1Copy full SHA for 569f7a1
1 file changed
src/jlgen.jl
@@ -814,6 +814,7 @@ function compile_method_instance(@nospecialize(job::CompilerJob), compiled::IdDi
814
# Collect the deferred edges
815
outstanding = Any[]
816
for mi in method_instances
817
+ !haskey(mi, compiled) && continue # Equivalent to ci_cache_lookup == nothing
818
ci = compiled[mi].ci
819
@static if VERSION >= v"1.11.0-"
820
edges = CC.traverse_analysis_results(ci) do @nospecialize result
0 commit comments