@@ -32,8 +32,6 @@ Language changes
32
32
Compiler/Runtime improvements
33
33
-----------------------------
34
34
35
- * Updated GC heuristics to count allocated pages instead of object sizes ([ #50144 ] ). This should help
36
- some programs that consumed excessive memory before.
37
35
* The mark phase of the garbage collector is now multi-threaded ([ #48600 ] ).
38
36
* [ 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
37
This should resolve many segmentation faults previously observed on this platform.
@@ -158,6 +156,7 @@ Deprecated or removed
158
156
[ #48899 ] : https://github.com/JuliaLang/julia/issues/48899
159
157
[ #48979 ] : https://github.com/JuliaLang/julia/issues/48979
160
158
[ #49020 ] : https://github.com/JuliaLang/julia/issues/49020
159
+ [ #49052 ] : https://github.com/JuliaLang/julia/issues/49052
161
160
[ #49110 ] : https://github.com/JuliaLang/julia/issues/49110
162
161
[ #49266 ] : https://github.com/JuliaLang/julia/issues/49266
163
162
[ #49405 ] : https://github.com/JuliaLang/julia/issues/49405
@@ -167,5 +166,4 @@ Deprecated or removed
167
166
[ #49745 ] : https://github.com/JuliaLang/julia/issues/49745
168
167
[ #49795 ] : https://github.com/JuliaLang/julia/issues/49795
169
168
[ #49959 ] : https://github.com/JuliaLang/julia/issues/49959
170
- [ #50144 ] : https://github.com/JuliaLang/julia/issues/50144
171
169
[ #50218 ] : https://github.com/JuliaLang/julia/issues/50218
0 commit comments