aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-03-01 17:36:14 +0000
committerdos-reis <gdr@axiomatics.org>2009-03-01 17:36:14 +0000
commit69c6cffa3e09dfdf129cfd90492c7c04d6f23919 (patch)
tree9c7d9dbb2b878d92956586796a5578ddadb7740f /src/ChangeLog
parent18e478cfb26865634334253465dbda7e67dd8699 (diff)
downloadopen-axiom-69c6cffa3e09dfdf129cfd90492c7c04d6f23919.tar.gz
* interp/g-opt.boot (optimize): Remove non-qualified
interpretation of 'false' and 'true'. (optCond): Emit 'NOT', not 'NULL'. (optIF2COND): Likewise. (EqualBarGensym): Tidy.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7804a76..80c21881 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2009-03-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-opt.boot (optimize): Remove non-qualified
+ interpretation of 'false' and 'true'.
+ (optCond): Emit 'NOT', not 'NULL'.
+ (optIF2COND): Likewise.
+ (EqualBarGensym): Tidy.
+
+2009-03-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/compiler.boot (compTopLevel): Initialize list of
optimizable domain constructors.
(processInlineRequest): New.