comparison lisp/ChangeLog @ 4687:02b7c7189041

Random (minimal) performance improvements at startup. lisp/ChangeLog addition: 2009-09-06 Aidan Kehoe <kehoea@parhasard.net> * simple.el (handle-pre-motion-command-current-command-is-motion): If KEY is a character, ascertain that once, not every iteration of the loop. * mule/mule-cmds.el (finish-set-language-environment): Don't call #'string-match on a one-character string, use functions that have bytecodes instead, since this is called so often on startup.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 06 Sep 2009 23:47:12 +0100
parents cdabd56ce1b5
children 0636c6ccb430
comparison
equal deleted inserted replaced
4686:cdabd56ce1b5 4687:02b7c7189041
1 2009-09-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * simple.el (handle-pre-motion-command-current-command-is-motion):
4 If KEY is a character, ascertain that once, not every iteration of
5 the loop.
6 * mule/mule-cmds.el (finish-set-language-environment):
7 Don't call #'string-match on a one-character string, use functions
8 that have bytecodes instead, since this is called so often on
9 startup.
10
1 2009-08-31 Aidan Kehoe <kehoea@parhasard.net> 11 2009-08-31 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * byte-optimize.el (byte-optimize-form-code-walker): 13 * byte-optimize.el (byte-optimize-form-code-walker):
4 Be careful about discarding multiple values when optimising 14 Be careful about discarding multiple values when optimising
5 #'prog1 calls. 15 #'prog1 calls.