diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-10 18:39:22 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-10 18:39:22 +0000 |
commit | de6713058f1feae1c4066892dfaa9de1ba278f56 (patch) | |
tree | a46edcdc75da1be709ed2dc750201dae6aafdb66 /src/ChangeLog | |
parent | 5f292b7aec9a672c5a6055e7d4c47f42253456d7 (diff) | |
download | open-axiom-de6713058f1feae1c4066892dfaa9de1ba278f56.tar.gz |
* interp/c-util.boot ($middleEndMacroList): New.
(middleEndExpand): New.
(backendCompileILAM): Bootify COMP-ILAM.
(backendCompileSLAM): Bootify COMP-SLAM.
(backendCompileSPADSLAM): Bootify COMP-SPADSLAM.
* interp/comp.lisp (COMP-2): Use them.
(COMP-ILAM): Remove.
(COMP-SLAM): Likewise.
(COMP-SPADLSAM): Likewise.
(COMP-TRAN): Use middleEndExpand.
(COMP-EXPAND): Remove.
($COMP-MACROLIS): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 279725d7..5fb64461 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2008-10-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/c-util.boot ($middleEndMacroList): New. + (middleEndExpand): New. + (backendCompileILAM): Bootify COMP-ILAM. + (backendCompileSLAM): Bootify COMP-SLAM. + (backendCompileSPADSLAM): Bootify COMP-SPADSLAM. + * interp/comp.lisp (COMP-2): Use them. + (COMP-ILAM): Remove. + (COMP-SLAM): Likewise. + (COMP-SPADLSAM): Likewise. + (COMP-TRAN): Use middleEndExpand. + (COMP-EXPAND): Remove. + ($COMP-MACROLIS): Likewise. + 2008-10-09 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/translator.boot (loadNativeModule): Don't save loaded |