Skip to content

Commit

Permalink
add docs and news for ccall change
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jan 19, 2017
1 parent 4747906 commit 7ebd07c
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 94 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ Library improvements
Compiler/Runtime improvements
-----------------------------

* `ccall` is now implemented as a macro, removing the need for special code-generator support for Intrinsics.

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

* All Intrinsics are now Builtin functions instead and have proper error checking and fall-back static compilation support.

Deprecated or removed
---------------------

Expand Down
Loading

0 comments on commit 7ebd07c

Please sign in to comment.