From 9e083f0cb416b5b220309b40057b738e5664c04f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 10 Nov 2014 11:48:42 -0500 Subject: [PATCH] Update NEWS for #8867 and #8827 --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6b9c64849c3cd0..9dd1127193288f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -58,6 +58,10 @@ Compiler improvements * `@inline` before a function definition forces the compiler to inline the function ([#8297]). + * Loads from heap-allocated immutables are hoisted out of loops in more cases ([#8867]). + + * Accessing fields that are always initialized no longer produces undefined checks ([#8827]). + Library improvements -------------------- @@ -1068,6 +1072,8 @@ Too numerous to mention. [#8791]: https://github.com/JuliaLang/julia/issues/8791 [#8792]: https://github.com/JuliaLang/julia/issues/8792 [#8816]: https://github.com/JuliaLang/julia/issues/8816 +[#8827]: https://github.com/JuliaLang/julia/issues/8827 [#8845]: https://github.com/JuliaLang/julia/issues/8845 +[#8867]: https://github.com/JuliaLang/julia/issues/8867 [#8872]: https://github.com/JuliaLang/julia/issues/8872 [#8905]: https://github.com/JuliaLang/julia/issues/8905