]> git.eshelyaron.com Git - emacs.git/commit
* lisp.h (eassert): Assume that COND is true when optimizing.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Oct 2013 16:16:31 +0000 (09:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Oct 2013 16:16:31 +0000 (09:16 -0700)
commit75273afb0de9e8a8eede149f3afdba0d855e7b5a
tree3b3ac5db0ac4bc0dface5305f4edaa07324e4c85
parentc9358b45b947dd66de05527629511679bb90392a
* 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.
src/ChangeLog
src/alloc.c
src/data.c
src/lisp.h