Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5667:b4715fcbe001
#'byte-optimize-letX; group constant initialisations together in let forms
lisp/ChangeLog addition:
2012-05-14 Aidan Kehoe <kehoea@parhasard.net>
* byte-optimize.el (byte-optimize-letX):
In (let ...) forms, group constant initialisations together, so we
can just dup in the byte code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 14 May 2012 15:16:47 +0100 |
parents | daf5accfe973 |
children | ee95ef1e644c |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 14 08:46:05 2012 +0100 +++ b/lisp/ChangeLog Mon May 14 15:16:47 2012 +0100 @@ -1,3 +1,9 @@ +2012-05-14 Aidan Kehoe <kehoea@parhasard.net> + + * byte-optimize.el (byte-optimize-letX): + In (let ...) forms, group constant initialisations together, so we + can just dup in the byte code. + 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> Update minibuf.el to use #'test-completion, use the generality of