summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-03-10 13:55:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-03-10 13:55:05 +0000
commit28f012263ec8d5a2568bc7b0d16b47b8e684895e (patch)
tree3d4a3e7108185041be4da29f3f4b9451bf5f29ec
parentb7e5b3dce5ba8e48cad9476d86ff6ac7f68daadd (diff)
MAJ.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1360 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes12
1 files changed, 7 insertions, 5 deletions
diff --git a/Changes b/Changes
index 8e553b608..07bdab6c6 100644
--- a/Changes
+++ b/Changes
@@ -2,7 +2,8 @@ Objective Caml 1.04:
--------------------
* Replay debugger ported from Caml Light; added debugger support in
- compiler (option -g) and runtime system.
+ compiler (option -g) and runtime system. Debugger is alpha-quality
+ and needs testing.
* Parsing:
- Support for "# linenum" directives.
@@ -15,10 +16,10 @@ Objective Caml 1.04:
- Extensive cleanup of internals of type inference.
* Native-code compilation:
- - (conservative) inlining of small functions at point of call.
+ - Inlining of small functions at point of call (fairly conservative).
- MIPS code generator ported to SGI IRIX 6.
- - better code generated for large integer constants.
- - check for urgent GC when allocating large objects in major heap.
+ - Better code generated for large integer constants.
+ - Check for urgent GC when allocating large objects in major heap.
- PowerPC port: better scheduling, reduced TOC consumption.
- HPPA port: handle long conditional branches gracefully,
several span-dependent bugs fixed.
@@ -47,7 +48,8 @@ Objective Caml 1.04:
* Ocamlyacc: default error function no longer prevents error recovery.
-* Ocamllex: fixed output problem (\r\r\n) under Win32.
+* Ocamllex: fixed reentrancy problem w.r.t. exceptions during refill;
+ fixed output problem (\r\r\n) under Win32.
* Macintosh port:
- The makefiles are provided for compiling and installing O'Caml on