Skip to content

Commit eaa792f

Browse files
committed
Add PGO/LTO Makefile to NEWS.md
1 parent 5431961 commit eaa792f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Multi-threading changes
6363
* `Threads.@threads` now supports the `:greedy` scheduler, intended for non-uniform workloads ([#52096]).
6464
* A new public (but unexported) struct `Base.Lockable{T, L<:AbstractLock}` makes it easy to bundle a resource and its lock together ([#52898]).
6565

66+
Build system changes
67+
--------------------
68+
69+
* There is a new `Makefile` to build Julia and LLVM using the profile-guided and link-time optimizations (PGO and LTO) strategies, see `contrib/pgo-lto/Makefile` ([#45641]).
70+
6671
New library functions
6772
---------------------
6873

@@ -220,6 +225,7 @@ Tooling Improvements
220225
[#42593]: https://github.com/JuliaLang/julia/issues/42593
221226
[#43845]: https://github.com/JuliaLang/julia/issues/43845
222227
[#45156]: https://github.com/JuliaLang/julia/issues/45156
228+
[#45641]: https://github.com/JuliaLang/julia/issues/45641
223229
[#46501]: https://github.com/JuliaLang/julia/issues/46501
224230
[#47354]: https://github.com/JuliaLang/julia/issues/47354
225231
[#47679]: https://github.com/JuliaLang/julia/issues/47679

0 commit comments

Comments
 (0)