Skip to content

Commit 1878336

Browse files
committed
Update NEWS for #8867 and #8827
1 parent d5859f3 commit 1878336

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Compiler improvements
5858

5959
* `@inline` before a function definition forces the compiler to inline the function ([#8297]).
6060

61+
* Loads from heap-allocated immutables are hoisted out of loops in more cases ([#8867]).
62+
63+
* Accessing fields that are always initialized no longer produces undefined checks ([#8827]).
64+
6165
Library improvements
6266
--------------------
6367

@@ -1068,6 +1072,8 @@ Too numerous to mention.
10681072
[#8791]: https://github.com/JuliaLang/julia/issues/8791
10691073
[#8792]: https://github.com/JuliaLang/julia/issues/8792
10701074
[#8816]: https://github.com/JuliaLang/julia/issues/8816
1075+
[#8827]: https://github.com/JuliaLang/julia/issues/8827
10711076
[#8845]: https://github.com/JuliaLang/julia/issues/8845
1077+
[#8867]: https://github.com/JuliaLang/julia/issues/8867
10721078
[#8872]: https://github.com/JuliaLang/julia/issues/8872
10731079
[#8905]: https://github.com/JuliaLang/julia/issues/8905

0 commit comments

Comments
 (0)