Revision bd7c92ec7e637defd0065d7a836bfa4c386e4a74 authored by Shuhei Kadowaki on 27 February 2024, 08:52:43 UTC, committed by Shuhei Kadowaki on 14 March 2024, 13:28:21 UTC
As mentioned in #53478, the precompilation support for external abstract
interpreters in v1.11 isn't perfect, and directly cherry-picking the
refined test cases from #53478 into the v1.11 backport branch leads to
a test failure (note that this particular problem has likely been fixed
in the master branch, probably thanks to #53300). To address this, this
commit does more than just cherry-pick the test case, and it also
modifies the `CodeInstance(::AbstractInterpreter, ::InferenceResult)`
constructor to allow precompilation for external abstract interpreters
in v1.11.
1 parent 06d5ca1
Raw File
Pkg.version
PKG_BRANCH = master
PKG_SHA1 = 1e6fa605f5554f37d2ebf47de9763152f6f78232
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
back to top