]> git.eshelyaron.com Git - emacs.git/commit
Simplify and speed up parts of elisp optimiser
authorMattias Engdegård <mattiase@acm.org>
Wed, 8 Feb 2023 12:18:32 +0000 (13:18 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 8 Feb 2023 12:18:32 +0000 (13:18 +0100)
commitf3fce3a71c7571be19a451403b46fa667bfa3c16
tree1e70defbb8aa1dd38a28d53b36d83e75ea44a7c7
parent643a11c6e5defc0a34da1a53b64aa1e097298923
Simplify and speed up parts of elisp optimiser

* lisp/emacs-lisp/byte-opt.el (byte-optimize-constant-args): Simplify.
(byte-optimize--constant-symbol-p): Speed up.
(byteopt--eval-const): New.
(byte-optimize-member, byte-optimize-concat, byte-optimize-append):
Use byteopt--eval-const instead of eval which is much slower.
lisp/emacs-lisp/byte-opt.el