File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ Compiler improvements
58
58
59
59
* ` @inline ` before a function definition forces the compiler to inline the function ([ #8297 ] ).
60
60
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
+
61
65
Library improvements
62
66
--------------------
63
67
@@ -1068,6 +1072,8 @@ Too numerous to mention.
1068
1072
[ #8791 ] : https://github.com/JuliaLang/julia/issues/8791
1069
1073
[ #8792 ] : https://github.com/JuliaLang/julia/issues/8792
1070
1074
[ #8816 ] : https://github.com/JuliaLang/julia/issues/8816
1075
+ [ #8827 ] : https://github.com/JuliaLang/julia/issues/8827
1071
1076
[ #8845 ] : https://github.com/JuliaLang/julia/issues/8845
1077
+ [ #8867 ] : https://github.com/JuliaLang/julia/issues/8867
1072
1078
[ #8872 ] : https://github.com/JuliaLang/julia/issues/8872
1073
1079
[ #8905 ] : https://github.com/JuliaLang/julia/issues/8905
You can’t perform that action at this time.
0 commit comments