]> git.eshelyaron.com Git - emacs.git/commitdiff
Allow unbind to commute with discardN and discardN-preserve-tos
authorMattias Engdegård <mattiase@acm.org>
Sun, 5 Feb 2023 11:14:23 +0000 (12:14 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 5 Feb 2023 15:27:35 +0000 (16:27 +0100)
* lisp/emacs-lisp/byte-opt.el (byte-after-unbind-ops):
Add discardN and discardN-preserve-tos, both of which
commute with unbind.  This enables subsequent optimisations.

lisp/emacs-lisp/byte-opt.el

index a54f6595b46983401b2eba1b98b74f68a0ef57f8..feff233998dddae8182db474ae8b5267c1b738de 100644 (file)
@@ -1955,8 +1955,8 @@ See Info node `(elisp) Integer Basics'."
     byte-goto-if-not-nil-else-pop))
 
 (defconst byte-after-unbind-ops
-  ;; FIXME: add discardN, discardN-preserve-tos
    '(byte-constant byte-dup byte-stack-ref byte-stack-set byte-discard
+     byte-discardN byte-discardN-preserve-tos
      byte-symbolp byte-consp byte-stringp byte-listp byte-numberp byte-integerp
      byte-eq byte-not
      byte-cons byte-list1 byte-list2 byte-list3 byte-list4 byte-listN