Revision 3a8a9c672d883494782ed2e23e7a8c0af38258b0 authored by Shuhei Kadowaki on 20 October 2022, 05:19:58 UTC, committed by GitHub on 20 October 2022, 05:19:58 UTC
Should improve the inlining pass performance a bit.
External `AbstractInterpreter` has been required to recompile all
inlining subroutines parameterized with `InliningState` anyway.
1 parent a311f4d
Raw File
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top