diff options
author | dos-reis <gdr@axiomatics.org> | 2011-10-23 05:53:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-10-23 05:53:13 +0000 |
commit | 776d3d65f420e017b7cc45549e845cbf28920291 (patch) | |
tree | b092939c2e945444e239b1279f008ccaa55d7e18 /src/ChangeLog | |
parent | 33acc9892b7f1f917d7f6c55a584886cb8ff8933 (diff) | |
download | open-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/ChangeLog | 5 |
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. |