Skip to content

Commit 569f7a1

Browse files
committed
only process inferred mi
1 parent c5b8c71 commit 569f7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jlgen.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,7 @@ function compile_method_instance(@nospecialize(job::CompilerJob), compiled::IdDi
814814
# Collect the deferred edges
815815
outstanding = Any[]
816816
for mi in method_instances
817+
!haskey(mi, compiled) && continue # Equivalent to ci_cache_lookup == nothing
817818
ci = compiled[mi].ci
818819
@static if VERSION >= v"1.11.0-"
819820
edges = CC.traverse_analysis_results(ci) do @nospecialize result

0 commit comments

Comments
 (0)