]> git.eshelyaron.com Git - emacs.git/commit
Slight switch byte op speedup
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 19 Feb 2024 13:42:55 +0000 (14:42 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:36:32 +0000 (18:36 +0100)
commit389c2bda50eac7cc6007df711138337b5068787c
tree34a392117e4ce312094563cb848b153d4891fa09
parentb8b656d68aea7ddc09fb1285da7e5cad1252d9b2
Slight switch byte op speedup

* src/bytecode.c (exec_byte_code): Hoist symbols_with_pos_enabled check
from fast loop, and eliminate the initial index check.

(cherry picked from commit 23793600778c4efe5615b646f2d3895624c23ef0)
src/bytecode.c