Skip to content

Commit 408e1da

Browse files
aviateskKristofferC
authored andcommitted
fix performance regression introduced by #58027 (#58184)
(cherry picked from commit 4735933)
1 parent 43c784b commit 408e1da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Compiler/src/abstractinterpretation.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,8 +3681,9 @@ struct AbstractEvalBasicStatementResult
36813681
end
36823682
end
36833683

3684-
function abstract_eval_basic_statement(interp::AbstractInterpreter, @nospecialize(stmt), sstate::StatementState, frame::InferenceState,
3685-
result::Union{Nothing,Future{RTEffects}}=nothing)
3684+
@inline function abstract_eval_basic_statement(
3685+
interp::AbstractInterpreter, @nospecialize(stmt), sstate::StatementState, frame::InferenceState,
3686+
result::Union{Nothing,Future{RTEffects}}=nothing)
36863687
rt = nothing
36873688
exct = Bottom
36883689
changes = nothing

0 commit comments

Comments
 (0)