]> git.eshelyaron.com Git - emacs.git/commit
Fix recent LAP optimiser error
authorMattias Engdegård <mattiase@acm.org>
Tue, 14 Feb 2023 16:06:49 +0000 (17:06 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 14 Feb 2023 16:14:07 +0000 (17:14 +0100)
commit864bf5dda4a0f84041d30165a995f2160d1e92f9
tree1b92acbbabf05849aaef917a31ef4af18f478b83
parent0960ce4b5780f53e405dc7f10ded3f4502f453b8
Fix recent LAP optimiser error

* lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode):
Fix a flaw in the

  dup (varset|varbind|stack-set) discard -> (varset|varbind|stack-set)

rule: don't match stack-set(1) which is dealt with elsewhere, and
generalise to discard(N).
lisp/emacs-lisp/byte-opt.el