Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function process_info(interp::AbstractInterpreter, @nospecialize(info::CCCallInf
matches = info.results.matches
return mapany(matches) do match::Core.MethodMatch
mi = specialize_method(match)
effects = get_effects(interp, mi, false)
effects = get_effects(interp, mi, optimize)
mici = MICallInfo(mi, rt, effects)
return is_cached(mi) ? mici : UncachedCallInfo(mici)
end
Expand Down