Skip to content

Commit

Permalink
Add PR number and quotes to NEWS.md entry for JuliaLang#18754.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 13, 2017
1 parent 9ac9071 commit 5bad704
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,13 @@ Compiler/Runtime improvements
-----------------------------

* `ccall` is now implemented as a macro,
removing the need for special code-generator support for Intrinsics.
removing the need for special code-generator support for intrinsics ([#18754]).

* `ccall` gained limited support for a `llvmcall` calling-convention.
This can replace many uses of `llvmcall` with a simpler, shorter declaration.
This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]).

* All Intrinsics are now Builtin functions instead and have proper error checking
and fall-back static compilation support.
* All intrinsics are now built-in functions instead and have proper error checking
and fall-back static compilation support ([#18754]).

Deprecated or removed
---------------------
Expand Down Expand Up @@ -509,6 +509,7 @@ Deprecated or removed
[#18644]: https://github.com/JuliaLang/julia/issues/18644
[#18660]: https://github.com/JuliaLang/julia/issues/18660
[#18690]: https://github.com/JuliaLang/julia/issues/18690
[#18754]: https://github.com/JuliaLang/julia/issues/18754
[#18777]: https://github.com/JuliaLang/julia/issues/18777
[#18839]: https://github.com/JuliaLang/julia/issues/18839
[#18931]: https://github.com/JuliaLang/julia/issues/18931
Expand Down

0 comments on commit 5bad704

Please sign in to comment.