Skip to content

Commit

Permalink
Update NEWS for JuliaLang#8867 and JuliaLang#8827
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster authored and waTeim committed Nov 23, 2014
1 parent 06023af commit 9e083f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down Expand Up @@ -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

0 comments on commit 9e083f0

Please sign in to comment.