]> git.eshelyaron.com Git - emacs.git/commit
Speed up `=` on fixnums in bytecode
authorMattias Engdegård <mattiase@acm.org>
Thu, 3 Feb 2022 09:26:27 +0000 (10:26 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 12 Feb 2022 19:27:31 +0000 (20:27 +0100)
commit89bb5a5f357e911aeb0b9f14e8b2f7c5a5fbabf7
tree9061dd3c5ed0ebff5d8b3a2dbb8224412e353740
parenta602e86bc1c10f44dbe9d2680bece2f552a54707
Speed up `=` on fixnums in bytecode

Now that EQ has become expensive, use BASE_EQ where possible.

* src/bytecode.c (exec_byte_code): Use cheaper operation for Beqlsign.
src/bytecode.c