summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2011-12-22 09:36:45 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2011-12-22 09:36:45 +0000
commitbc025935709d95ea30ea7a0b19e583a118be99c7 (patch)
tree91498a70113b0a1498cf81c5465f6909f173dda5 /Changes
parentec02bc1f8d95bd8f7e0d1a5de0f79fa280b8afa1 (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--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 7352e5975..f1f2ec9b1 100644
--- a/Changes
+++ b/Changes
@@ -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)