aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-23 05:53:13 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-23 05:53:13 +0000
commit776d3d65f420e017b7cc45549e845cbf28920291 (patch)
treeb092939c2e945444e239b1279f008ccaa55d7e18 /src/ChangeLog
parent33acc9892b7f1f917d7f6c55a584886cb8ff8933 (diff)
downloadopen-axiom-776d3d65f420e017b7cc45549e845cbf28920291.tar.gz
* interp/compiler.boot (compForm2): Simplify. Don't bother with
subsumption. Exit early on empty modemap candidate list.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f5ff6ab..f2422129 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/compiler.boot (compForm2): Simplify. Don't bother with
+ subsumption. Exit early on empty modemap candidate list.
+
2011-10-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (compAtomWithModemap): Handle code-gen here.