diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-22 09:36:45 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-22 09:36:45 +0000 |
commit | bc025935709d95ea30ea7a0b19e583a118be99c7 (patch) | |
tree | 91498a70113b0a1498cf81c5465f6909f173dda5 /Changes | |
parent | ec02bc1f8d95bd8f7e0d1a5de0f79fa280b8afa1 (diff) |
PR#5345: optimize checkbound for constant indices.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11934 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Compilers: Native-code compiler: - Optimized handling of partially-applied functions (PR#5287) +- Small improvements in code generated for array bounds checks (PR#5345, PR#5360). Standard library: - Added float functions "hypot" and "copysign" (PR#3806, PR#4752, PR#5246) |