Revision f6a3c5f8d07faea45653b34a74175d7e8a46999b authored by Kiran Pamnany on 20 March 2024, 13:28:56 UTC, committed by GitHub on 20 March 2024, 13:28:56 UTC
When multiple threads concurrently attempt to compile the same method,
`--trace-compile` could emit duplicate `precompile` statements. This
small tweak eliminates one source of these duplicates.

Backported to 1.10 from https://github.com/JuliaLang/julia/pull/53774.
1 parent 7536f35
History
File Mode Size
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 2.1 KB
Manifest.toml -rw-r--r-- 2.6 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 59 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 13.4 KB

README.md

back to top