From 0e88b70dfbb109f73fe0e8cac2c25ef445cb2c50 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 7 Mar 2010 01:00:16 +0000 Subject: * interp/g-opt.boot ($VMsideEffectFreeOperators): New. ($simpleVMoperators): Augment it. (semiSimpleRelativeTo?): New. (isSimpleVMForm): Use it. * interp/c-util.boot (forwardingCall?): New. (usesVariablesLinearly?): Likewise. (expandableDefinition?): Likewise. (foldSpadcall): Tidy. (foldExportedFunctionReferences): If a function is discovered to be expandable, make it so. * interp/define.boot (spadCompileOrSetq): Tidy. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 59e0a207..6874485c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2010-03-06 Gabriel Dos Reis + + * interp/g-opt.boot ($VMsideEffectFreeOperators): New. + ($simpleVMoperators): Augment it. + (semiSimpleRelativeTo?): New. + (isSimpleVMForm): Use it. + * interp/c-util.boot (forwardingCall?): New. + (usesVariablesLinearly?): Likewise. + (expandableDefinition?): Likewise. + (foldSpadcall): Tidy. + (foldExportedFunctionReferences): If a function is discovered to + be expandable, make it so. + * interp/define.boot (spadCompileOrSetq): Tidy. + 2010-03-05 Gabriel Dos Reis * interp/nruncomp.boot (optDeltaEntry): Silently fail for domains -- cgit v1.2.3