Mention the new PPC 64 bits code generator (follow-up to r16374).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16378 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
61a49e9a01
commit
ced9a95098
4
Changes
4
Changes
|
@ -34,6 +34,10 @@ Compilers:
|
|||
- PR#6737: fix Typedtree attributes on (fun x -> body) expressions
|
||||
- PR#6679: fix pprintast printing of constraints in type declarations
|
||||
- PR#6845: -no-check-prims to tell ocamlc not to check primitives in runtime
|
||||
- PR#6943: native-code generator for POWER/PowerPC 64 bits, both in
|
||||
big-endian (ppc64) and little-endian (ppc64le) configuration.
|
||||
(Xavier Leroy, with inspiration from RedHat's unofficial ppc64 and ppc64le
|
||||
ports)
|
||||
- GPR#17: some cmm optimizations of integer operations with constants
|
||||
(Stephen Dolan, review by Pierre Chambart)
|
||||
- GPR#109: new unboxing strategy for float and int references (Vladimir Brankov,
|
||||
|
|
Loading…
Reference in New Issue