diff options
author | Alain Frisch <alain@frisch.fr> | 2014-03-25 08:57:26 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-03-25 08:57:26 +0000 |
commit | 35ff978e3b9af8f74bbddfa70b1ecbd7fac5f3db (patch) | |
tree | b89bc7e1c3edb5464a52b52234495776f8141964 /Changes | |
parent | 63e31394eb2cb73943e242902549d1fdbacd3234 (diff) |
#6260: fix unecessary boxing of let-bound floats/ints.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14486 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ Compilers: - PR#6203: Constant exception constructor no longer allocate - PR#6311: Improve signature mismatch error messages - PR#6345: Better compilation of optional arguments with default values +- PR#6260: Unnecessary boxing in let (patch by vbrankov) Runtime system: - Fixed a major performance problem on large heaps (~1GB) by making heap |