From 0158970c1ab1f1160e64642e534e3fc71f9b4813 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 20 Mar 2006 20:40:03 +0000 Subject: [PATCH] notes for 301.11 svn: r2470 --- notes/mzscheme/HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notes/mzscheme/HISTORY b/notes/mzscheme/HISTORY index c8d7a5f35a..7dc8eb591c 100644 --- a/notes/mzscheme/HISTORY +++ b/notes/mzscheme/HISTORY @@ -1,3 +1,10 @@ +Version 301.11 +Added compile-enforce-module-constants parameter; the default is #t, + which effectively prohibits redeclaraing modules or changing + variable bindings through module->namespace +Added function inlining in bytecode compiler +Changed file-position: eof moves to the end of a file/string +Added procedure-closure-contents-eq? Version 301.9 Fixed constant propagation and folding in bytecode compiler