Skip to content

Commit ef0f0d9

Browse files
add precompile pidlocking to NEWS
1 parent 0ad687c commit ef0f0d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Compiler/Runtime improvements
3737
* The mark phase of the garbage collector is now multi-threaded ([#48600]).
3838
* [JITLink](https://llvm.org/docs/JITLink.html) is enabled by default on Linux aarch64 when Julia is linked to LLVM 15 or later versions ([#49745]).
3939
This should resolve many segmentation faults previously observed on this platform.
40+
* The precompilation process now uses pidfile locks and orchestrates multiple julia processes to only have one process
41+
spend effort precompiling while the others wait. Previously all would do the work and race to overwrite the cache files.
42+
([#49052])
4043

4144
Command-line option changes
4245
---------------------------

0 commit comments

Comments
 (0)