File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -400,13 +400,13 @@ Compiler/Runtime improvements
400
400
-----------------------------
401
401
402
402
* `ccall` is now implemented as a macro,
403
- removing the need for special code-generator support for Intrinsics.
403
+ removing the need for special code-generator support for ` Intrinsics` ([#18754]) .
404
404
405
405
* `ccall` gained limited support for a `llvmcall` calling-convention.
406
- This can replace many uses of `llvmcall` with a simpler, shorter declaration.
406
+ This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]) .
407
407
408
- * All Intrinsics are now Builtin functions instead and have proper error checking
409
- and fall-back static compilation support.
408
+ * All ` Intrinsics` are now ` Builtin` functions instead and have proper error checking
409
+ and fall-back static compilation support ([#18754]) .
410
410
411
411
Deprecated or removed
412
412
---------------------
@@ -609,6 +609,7 @@ Command-line option changes
609
609
[#18644]: https://github.com/JuliaLang/julia/issues/18644
610
610
[#18660]: https://github.com/JuliaLang/julia/issues/18660
611
611
[#18690]: https://github.com/JuliaLang/julia/issues/18690
612
+ [#18754]: https://github.com/JuliaLang/julia/issues/18754
612
613
[#18777]: https://github.com/JuliaLang/julia/issues/18777
613
614
[#18832]: https://github.com/JuliaLang/julia/issues/18832
614
615
[#18839]: https://github.com/JuliaLang/julia/issues/18839
You can’t perform that action at this time.
0 commit comments