Skip to content

Commit 4735933

Browse files
authored
fix performance regression introduced by #58027 (#58184)
1 parent fb31b3c commit 4735933

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
@@ -3728,8 +3728,9 @@ struct AbstractEvalBasicStatementResult
37283728
end
37293729
end
37303730

3731-
function abstract_eval_basic_statement(interp::AbstractInterpreter, @nospecialize(stmt), sstate::StatementState, frame::InferenceState,
3732-
result::Union{Nothing,Future{RTEffects}}=nothing)
3731+
@inline function abstract_eval_basic_statement(
3732+
interp::AbstractInterpreter, @nospecialize(stmt), sstate::StatementState, frame::InferenceState,
3733+
result::Union{Nothing,Future{RTEffects}}=nothing)
37333734
rt = nothing
37343735
exct = Bottom
37353736
changes = nothing

0 commit comments

Comments
 (0)