diff options
author | Mark Shinwell <mshinwell@janestreet.com> | 2014-05-09 15:36:36 +0000 |
---|---|---|
committer | Mark Shinwell <mshinwell@janestreet.com> | 2014-05-09 15:36:36 +0000 |
commit | 2b6b5a5b32255181d09c9f8ea936fee84b960362 (patch) | |
tree | 50edeed1b037b0732d724ad111f837113b7b7d83 | |
parent | 9419b6c909a1c1626c811b3db86c099cd1077db4 (diff) |
add Changes note for the patch in rev 14772
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14773 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Toplevel interactive system: - PR#5377: New "#show_*" directives Runtime system: +- Fixed bug in native code version of [caml_raise_with_string] that could + potentially lead to heap corruption. - Blocks initialized by [CAMLlocal*] and [caml_alloc] are now filled with [Val_unit] rather than zero. - Fixed a major performance problem on large heaps (~1GB) by making heap |