diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dcefe777..f425c99a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2011-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/g-opt.boot (inlineLocals!): Single-used temporaries should go. + (spliceSeqArgs): Splice sequences drapped in %scope cloths too. + +2011-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compColon): Give initial %undefined value to local variable declarations which are not definitions. * interp/lisp-backend.boot (expandToVMForm): Translate %undefined. |