We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad687c commit ef0f0d9Copy full SHA for ef0f0d9
HISTORY.md
@@ -37,6 +37,9 @@ Compiler/Runtime improvements
37
* The mark phase of the garbage collector is now multi-threaded ([#48600]).
38
* [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]).
39
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])
43
44
Command-line option changes
45
---------------------------
0 commit comments