Skip to content

Commit 734ef3b

Browse files
committed
Add (no)inline instructions
1 parent 0810e14 commit 734ef3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/model.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,9 @@ end
931931
932932
Evaluate the `model` with the arguments matching the given `context` and `varinfo` object.
933933
"""
934-
function _evaluate!!(model::Model, varinfo::AbstractVarInfo, context::AbstractContext)
934+
@noinline function _evaluate!!(
935+
model::Model, varinfo::AbstractVarInfo, context::AbstractContext
936+
)
935937
args, kwargs = make_evaluate_args_and_kwargs(model, varinfo, context)
936938
return model.f(args...; kwargs...)
937939
end

0 commit comments

Comments
 (0)