From d31c116e4080b085554c7f5cad72851cdb0e7b16 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 3 Feb 2011 07:07:41 +0000 Subject: * interp/slam.boot (reportFunctionCompilation): Use %otherwise, not %true for default cases. (reportFunctionCacheAll): Likewise. (compileRecurrenceRelation): Likewise. * interp/lisp-backend.boot (expandTry): Tidy. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %otherwise. * interp/compiler.boot (compAlternativeGuard): Emit %otherwise form, not Lisp level T form. * interp/clam.boot (compClam): Tidy. (compHash): Likewise. (compHashGlobal): Likewise. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5b28f673..c5f978c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2011-02-03 Gabriel Dos Reis + + * interp/slam.boot (reportFunctionCompilation): Use %otherwise, + not %true for default cases. + (reportFunctionCacheAll): Likewise. + (compileRecurrenceRelation): Likewise. + * interp/lisp-backend.boot (expandTry): Tidy. + * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %otherwise. + * interp/compiler.boot (compAlternativeGuard): Emit %otherwise + form, not Lisp level T form. + * interp/clam.boot (compClam): Tidy. + (compHash): Likewise. + (compHashGlobal): Likewise. + 2011-02-02 Gabriel Dos Reis * interp/compiler.boot (finishLambdaExpression): Tidy. Don't -- cgit v1.2.3