diff options
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 |