]> git.eshelyaron.com Git - emacs.git/commit
* src/lisp.h (EQ): Improve generated code.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 27 Nov 2024 13:18:24 +0000 (14:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 16:59:35 +0000 (17:59 +0100)
commitbdb6ff620b9fca3cac59d171f3b4f0ff46d30104
treebdee55031af701866a74ae2218de87b0fe42f7f6
parent4747d0848a1f2aa50cc99359c9877bf65d9db44c
* src/lisp.h (EQ): Improve generated code.

Outside compilation 'symbols_with_pos_enabled' is always false, so ask
the compiler to organize the most likely execution path in a sequential
fashion in order to favor run-time performance.

(cherry picked from commit b0ba0d42b0fdf70a20cd7a070128db8abe4a0826)
src/lisp.h