aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-25 04:37:08 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-25 04:37:08 +0000
commit32593f2cb2bd9c344b83edec738f81eee3128d34 (patch)
tree126f3fa36e8f127d16fce172fa1c01bfc3d38c63 /src/ChangeLog
parent0df43e77732de95d97212f042ed922d2f7314bab (diff)
downloadopen-axiom-32593f2cb2bd9c344b83edec738f81eee3128d34.tar.gz
* interp/g-opt.boot (optIadd): More simplification if either
operand is zero. (optIsub): Likewise. (optImul): More simplifications if either operand is one.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c5e2ac4..17b9cf46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2010-07-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-opt.boot (optIadd): More simplification if either
+ operand is zero.
+ (optIsub): Likewise.
+ (optImul): More simplifications if either operand is one.
+
+2010-07-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/c-util.boot (usedSymbol?): Move to g-util.boot.
* interp/nruncomp.boot (NRTsetVector4a): Tidy.