aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-03 09:16:31 -0700
committerPaul Eggert2013-10-03 09:16:31 -0700
commit75273afb0de9e8a8eede149f3afdba0d855e7b5a (patch)
tree3b3ac5db0ac4bc0dface5305f4edaa07324e4c85 /src/ChangeLog
parentc9358b45b947dd66de05527629511679bb90392a (diff)
downloademacs-75273afb0de9e8a8eede149f3afdba0d855e7b5a.tar.gz
emacs-75273afb0de9e8a8eede149f3afdba0d855e7b5a.zip
* lisp.h (eassert): Assume that COND is true when optimizing.
In other words, take on the behavior of eassert_and_assume. This makes Emacs 0.2% smaller on my platform (Fedora 19, x86-64). (eassert_and_assume): Remove. All uses replaced by eassert.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26b1a54ffc8..85411622ba1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-10-03 Paul Eggert <eggert@cs.ucla.edu> 12013-10-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (eassert): Assume that COND is true when optimizing.
4 In other words, take on the behavior of eassert_and_assume.
5 This makes Emacs 0.2% smaller on my platform (Fedora 19, x86-64).
6 (eassert_and_assume): Remove. All uses replaced by eassert.
7
3 * xdisp.c (Qglyphless_char): Now static. 8 * xdisp.c (Qglyphless_char): Now static.
4 9
5 Adjust to merge from gnulib. 10 Adjust to merge from gnulib.