https://github.com/JuliaLang/julia
Revision c0611e8c49c8e279fd83ed57a395a3217ba1dc0c authored by Valentin Churavy on 15 April 2024, 17:22:32 UTC, committed by GitHub on 15 April 2024, 17:22:32 UTC
Partially reverts https://github.com/JuliaLang/julia/pull/49391

PrecompileTools uses the timing infrastructure to snoop on the inference
process.
The reason for #49391 was that this could lead to accidental pollution
of the caches
with foreign results
(https://github.com/timholy/SnoopCompile.jl/issues/338)

After #52233 and especially #53336 we now filter results by cache owner
and
don't try to cache foreign code using the native pipeline.

Motivated by https://github.com/JuliaGPU/GPUCompiler.jl/pull/567 which
demonstrated
that a foreign code instance would not be cached without
PrecompileTools.
1 parent 9de150c
History
Tip revision: c0611e8c49c8e279fd83ed57a395a3217ba1dc0c authored by Valentin Churavy on 15 April 2024, 17:22:32 UTC
Allow PrecompileTools to see MI's inferred by foreign abstract interpreters (#54069)
Tip revision: c0611e8
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.clangd -rw-r--r-- 114 bytes
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 371 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 571 bytes
.mailmap -rw-r--r-- 12.7 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 1012 bytes
CONTRIBUTING.md -rw-r--r-- 23.4 KB
HISTORY.md -rw-r--r-- 388.0 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 56.4 KB
Makefile -rw-r--r-- 30.4 KB
NEWS.md -rw-r--r-- 4.4 KB
README.md -rw-r--r-- 7.4 KB
THIRDPARTY.md -rw-r--r-- 3.9 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 37.8 KB
pkgimage.mk -rw-r--r-- 1.4 KB
sysimage.mk -rw-r--r-- 4.2 KB
typos.toml -rw-r--r-- 78 bytes

README.md

back to top