Update Changes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16462 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
4098845132
commit
fa457b3b6a
5
Changes
5
Changes
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue