Skip to content

Commit cac6a6b

Browse files
giordanolazarusA
authored andcommitted
Add PGO/LTO/BOLT Makefiles to NEWS.md and HISTORY.md (JuliaLang#55282)
Ref: JuliaLang#54107 (comment). If accepted, I'll add the NEWS.md entry for PGO/LTO in the release-1.11 branch too.
1 parent 3725bf9 commit cac6a6b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Multi-threading changes
7979
Build system changes
8080
--------------------
8181

82+
* 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]).
83+
8284
New library functions
8385
---------------------
8486

@@ -414,6 +416,7 @@ Deprecated or removed
414416
[#44247]: https://github.com/JuliaLang/julia/issues/44247
415417
[#45164]: https://github.com/JuliaLang/julia/issues/45164
416418
[#45396]: https://github.com/JuliaLang/julia/issues/45396
419+
[#45641]: https://github.com/JuliaLang/julia/issues/45641
417420
[#45962]: https://github.com/JuliaLang/julia/issues/45962
418421
[#46196]: https://github.com/JuliaLang/julia/issues/46196
419422
[#46372]: https://github.com/JuliaLang/julia/issues/46372

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Multi-threading changes
6363
Build system changes
6464
--------------------
6565

66+
* There are new `Makefile`s to build Julia and LLVM using the Binary Optimization and Layout Tool (BOLT), see `contrib/bolt` and `contrib/pgo-lto-bolt` ([#54107]).
67+
6668
New library functions
6769
---------------------
6870

0 commit comments

Comments
 (0)