https://github.com/JuliaLang/julia
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
History
Tip revision: bd7c92ec7e637defd0065d7a836bfa4c386e4a74 authored by Shuhei Kadowaki on 27 February 2024, 08:52:43 UTC
1.11: allow external abstract interpreter compilation
Tip revision: bd7c92e

back to top