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
.gitignore
/srccache
/DelimitedFiles-*
/DelimitedFiles
/Pkg-*
/Pkg
/Statistics-*
/Statistics
/LibCURL-*
/LibCURL
/Downloads-*
/Downloads
/ArgTools-*
/ArgTools
/Tar-*
/Tar
/NetworkOptions-*
/NetworkOptions
/SuiteSparse-*
/SuiteSparse
/SparseArrays-*
/SparseArrays
/SHA-*
/SHA
/LazyArtifacts-*
/LazyArtifacts
/Distributed-*
/Distributed
/StyledStrings-*
/StyledStrings
/JuliaSyntaxHighlighting-*
/JuliaSyntaxHighlighting
/*_jll/StdlibArtifacts.toml
/*/Manifest.toml
/*.image
back to top