]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Move some opts.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Jan 2021 18:59:58 +0000 (13:59 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Jan 2021 19:13:15 +0000 (14:13 -0500)
commit4dfebf25c743d4ba4506919b58591f74debfb334
treef3361f7de3eb683e9cd0079c5a47a75d8a722ecf
parent09bfb12edc57ace138090861e335366d8f1cc4b2
* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Move some opts.

This moves two optimizations from the final pass to the main loop.
Both may enable further optimizations (and the second can be applied
repeatedly but "from the end", so the loop in the final pass only gets
to apply it once).
lisp/emacs-lisp/byte-opt.el