]> git.eshelyaron.com Git - emacs.git/commit
Simplify and speed up EQ again
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Feb 2024 17:54:51 +0000 (09:54 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Feb 2024 08:15:21 +0000 (09:15 +0100)
commit82c440b71b2b3e3d2f26cac9336bede26109ea0d
treeb7816e6c98deb4c7adf09a57f031780e2de2df59
parent2c675540b41fe8f31357dfba349cc2160eaf8c40
Simplify and speed up EQ again

* src/lisp.h (lisp_h_BASE2_EQ, lisp_h_EQ): Simplify and refactor.
On x86-64 with GCC 3.2 this shrinks temacs text by 0.055% and
after removing all *.elc files speeds up 'make' by 1.0%.

(cherry picked from commit 08c1863257469b4cb85e97a276ba635d44b22666)
src/lisp.h