Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5666:daf5accfe973 | 5667:b4715fcbe001 |
---|---|
1 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * byte-optimize.el (byte-optimize-letX): | |
4 In (let ...) forms, group constant initialisations together, so we | |
5 can just dup in the byte code. | |
6 | |
1 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> | 7 2012-05-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 Update minibuf.el to use #'test-completion, use the generality of | 9 Update minibuf.el to use #'test-completion, use the generality of |
4 recent completion changes to avoid some unnecessary consing when | 10 recent completion changes to avoid some unnecessary consing when |
5 reading. | 11 reading. |