aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-10 14:24:58 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-10 14:24:58 +0000
commit65da3e37db268624267dd0a0a6c2026ba8fb561a (patch)
tree824243673bf2426151a10a3b146dcf8c515c4eb5 /src/ChangeLog
parentcc4c6a9e4cc71d63143037da74c11271640ae8fb (diff)
downloadopen-axiom-65da3e37db268624267dd0a0a6c2026ba8fb561a.tar.gz
* interp/g-opt.boot (doInlineCall): New.
(optCall): Use it to implement inline functions. ($VMsideEffectFreeOperators): Include %apply and STRINGIMAGE. ($simpleVMoperators): STRINGIMAGE is promoted. (canInlineVarDefinition): Tidy. (optBind): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad3c9bed..ddbc9312 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+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.
+ ($simpleVMoperators): STRINGIMAGE is promoted.
+ (canInlineVarDefinition): Tidy.
+ (optBind): Likewise.
+
2011-09-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/g-opt.boot (optXLAMCond): Remove as useless.