comparison src/ChangeLog @ 3989:53260b0cd16b

[xemacs-hg @ 2007-05-26 19:00:16 by aidan] Small speed improvement to eval, from Sebastian Freundt.
author aidan
date Sat, 26 May 2007 19:00:20 +0000
parents 1227374e7199
children f9a0570637f3
comparison
equal deleted inserted replaced
3988:1227374e7199 3989:53260b0cd16b
1 2007-05-24 Aidan Kehoe <kehoea@parhasard.net>
2
3 * eval.c (Feval):
4 Small optimisations from Sebastian Freundt's SXEmacs work; don't
5 do the unnecessary book-keeping in the trivial cases, only look
6 for an indirect function if the stored function is a bound
7 symbol.
8
1 2007-05-24 Aidan Kehoe <kehoea@parhasard.net> 9 2007-05-24 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * free-hook.c (check_free): 11 * free-hook.c (check_free):
4 * lisp.h: 12 * lisp.h:
5 * lisp.h (xfree): 13 * lisp.h (xfree):