https://github.com/JuliaLang/julia
Revision 9ef24c2b0f31454e7ebb32b5716d74969f79680f authored by kpamnany on 25 June 2020, 17:16:37 UTC, committed by KristofferC on 19 August 2020, 12:00:53 UTC
When several Julia processes compile the same package concurrently
(e.g. during a cluster run), they can conflict on the compile cache
file. This change makes a Julia process create a compile cache in a
temporary file and atomically rename it to the final cache file.

Co-authored-by: Takafumi Arakaki <tkf@@users.noreply.github.com>
(cherry picked from commit 3bbb5827120be1955f5cc272e7dbbba42148b817)
1 parent f557436
History
Tip revision: 9ef24c2b0f31454e7ebb32b5716d74969f79680f authored by kpamnany on 25 June 2020, 17:16:37 UTC
Make compilecache atomic (#36416)
Tip revision: 9ef24c2
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.1 KB
Makefile -rw-r--r-- 26.9 KB
NEWS.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top