Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5313:5ed261fd2bd9
Unrool a load-time loop at macro expansion time, cl-macs.el
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (inline-side-effect-free-compiler-macros):
Unroll a loop here at macro-expansion time, so these compiler
macros are compiled. Use #'eql instead of #'eq in a couple of
places for better style.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:43:10 +0000 |
parents | f6471e4ae703 |
children | 596011a8bf8f |
comparison
equal
deleted
inserted
replaced
5312:f6471e4ae703 | 5313:5ed261fd2bd9 |
---|---|
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (inline-side-effect-free-compiler-macros): | |
4 Unroll a loop here at macro-expansion time, so these compiler | |
5 macros are compiled. Use #'eql instead of #'eq in a couple of | |
6 places for better style. | |
7 | |
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cl-extra.el (notany, notevery): Avoid some dynamic scope | 10 * cl-extra.el (notany, notevery): Avoid some dynamic scope |
4 stupidity with local variable names in these functions, when they | 11 stupidity with local variable names in these functions, when they |
5 weren't prefixed with cl-; go into some more detail in the doc | 12 weren't prefixed with cl-; go into some more detail in the doc |