diff --git a/src/parameters.jl b/src/parameters.jl index 12073dab..c09c0f90 100644 --- a/src/parameters.jl +++ b/src/parameters.jl @@ -72,7 +72,7 @@ end # RESOLUTION/OVERHEAD settings # ################################ -@noinline nullfunc() = nothing +@noinline nullfunc() = Base.inferencebarrier(nothing)::Nothing @noinline function overhead_sample(evals) start_time = time_ns()