diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 <gdr@cs.tamu.edu> + + * 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 <gdr@cs.tamu.edu> * interp/nruncomp.boot (optDeltaEntry): Silently fail for domains |