aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-10 19:09:06 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-10 19:09:06 +0000
commit933f9087bd5606d7af5aa5fbb7aedec96a360290 (patch)
treeeb9abd70903c54351570a82c7318cb186bb8f79f /src/ChangeLog
parent65da3e37db268624267dd0a0a6c2026ba8fb561a (diff)
downloadopen-axiom-933f9087bd5606d7af5aa5fbb7aedec96a360290.tar.gz
* interp/macros.lisp (COERCE-FAILURE-MSG): Remove.
(check-subtype): Likewise. (check-union): Likewise. (MAKE-REASONABLE): Move to diagnostic.boot. Rename. (assert): Move to sys-macros.lisp. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %retract and %pullback. (optRetract): Tidy. (optPullback): New. * interp/diagnostics.boot (makeReasonable): New. (moanRetract): Likewise. Use it. * interp/buildom.boot (mkNewUnionFunList): Simplify. (mkUnionFunList): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ddbc9312..b1f80cb7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
2011-09-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/macros.lisp (COERCE-FAILURE-MSG): Remove.
+ (check-subtype): Likewise.
+ (check-union): Likewise.
+ (MAKE-REASONABLE): Move to diagnostic.boot. Rename.
+ (assert): Move to sys-macros.lisp.
+ * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %retract
+ and %pullback.
+ (optRetract): Tidy.
+ (optPullback): New.
+ * interp/diagnostics.boot (makeReasonable): New.
+ (moanRetract): Likewise. Use it.
+ * interp/buildom.boot (mkNewUnionFunList): Simplify.
+ (mkUnionFunList): Likewise.
+
+2011-09-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/g-opt.boot (doInlineCall): New.
(optCall): Use it to implement inline functions.
($VMsideEffectFreeOperators): Include %apply and STRINGIMAGE.