Update Changes

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16462 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jérémie Dimino 2015-10-06 11:12:38 +00:00
parent 4098845132
commit fa457b3b6a
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ Language features:
they can be unboxed or untagged. Supports untagging int and unboxing
int32, int64, nativeint and float.
(Jérémie Dimino, Mark Shinwell)
- GPR240: replace special annotations on externals by attributes:
* "float" is generalized to [@@unboxed]
* "noalloc" becomes [@@noalloc]
Deprecate "float" and "noalloc".
(Jérémie Dimino)
Compilers:
- PR#6501: harden the native-code generator against certain uses of "%identity"