From de0e4fffeb63e1ebcdc68e14e7c0de0dc436d121 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 7 Mar 2006 15:54:54 +0000 Subject: [PATCH] note 301.9 changes svn: r2384 --- notes/mzscheme/HISTORY | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notes/mzscheme/HISTORY b/notes/mzscheme/HISTORY index 964375c0ec..c8d7a5f35a 100644 --- a/notes/mzscheme/HISTORY +++ b/notes/mzscheme/HISTORY @@ -1,4 +1,7 @@ +Version 301.9 +Fixed constant propagation and folding in bytecode compiler + Version 301.8 Added string-normalize-nf[k]{d,c} @@ -6,7 +9,7 @@ Version 301.7 Inside MzScheme: added scheme_make_prim_closure_w_arity(), etc. Version 301.6 -The body of `let/cc' and the procedure passed to `call/ec' are +The body of let/cc and the procedure passed to call/ec are evaluated/called as a tail expression/call Added struct-type-make-constructor and struct-type-make-predicate Added JIT support for 3m @@ -25,6 +28,7 @@ Added exn:fail:user and raise-user-error Made parameter/mark lookup amortized constant time, instead of potentially O(stack depth) + Version 301, December 2005 Fixed a custom-input-port bug in the case that a read or peek procedure returns an event created by handle-evt