diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2013-11-01 16:35:54 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2013-11-01 16:35:54 +0000 |
commit | ab9f3e38fbee1730c7fda72b40cd7c074ffd2d0b (patch) | |
tree | 6ea8d70221d7a5084c678f63b5ad8e77fdf27f6e /Changes | |
parent | e499400188dae49812f36c3ba3ca2ab7b67a7b9c (diff) |
PR#6042: optimize integer division and modulus when divisor is constant.
So far, implemented only for amd64.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14254 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,12 +11,15 @@ Language features: Compilers: - Experimental native code generator for AArch64 (ARM 64 bits) +- Optimization of integer division and modulus by constant divisors + (feature wish PR#6042) - PR#6182: better message for virtual objects and class types (Leo P. White, Stephen Dolan) - PR#5817: new flag to keep locations in cmi files - PR#5854: issue warning 3 when referring to a value marked with the [@@deprecated] attribute + Bug fixes: - PR#4719: Sys.executable_name wrong if executable name contains dots (Windows) - PR#4855: 'camlp4 -I +dir' accepted, dir is relative to 'camlp4 -where' |