Skip to content

Commit 3fd8bae

Browse files
committed
update NEWS file
1 parent 1f3c424 commit 3fd8bae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Language changes
3232
Compiler/Runtime improvements
3333
-----------------------------
3434

35-
* Updated GC heuristics to count allocated pages instead of object sizes ([#50144]). This should help
36-
some programs that consumed excessive memory before.
3735
* The mark phase of the garbage collector is now multi-threaded ([#48600]).
3836
* [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]).
3937
This should resolve many segmentation faults previously observed on this platform.
@@ -158,6 +156,7 @@ Deprecated or removed
158156
[#48899]: https://github.com/JuliaLang/julia/issues/48899
159157
[#48979]: https://github.com/JuliaLang/julia/issues/48979
160158
[#49020]: https://github.com/JuliaLang/julia/issues/49020
159+
[#49052]: https://github.com/JuliaLang/julia/issues/49052
161160
[#49110]: https://github.com/JuliaLang/julia/issues/49110
162161
[#49266]: https://github.com/JuliaLang/julia/issues/49266
163162
[#49405]: https://github.com/JuliaLang/julia/issues/49405
@@ -167,5 +166,4 @@ Deprecated or removed
167166
[#49745]: https://github.com/JuliaLang/julia/issues/49745
168167
[#49795]: https://github.com/JuliaLang/julia/issues/49795
169168
[#49959]: https://github.com/JuliaLang/julia/issues/49959
170-
[#50144]: https://github.com/JuliaLang/julia/issues/50144
171169
[#50218]: https://github.com/JuliaLang/julia/issues/50218

0 commit comments

Comments
 (0)