]> git.eshelyaron.com Git - emacs.git/commit
Improved `null` (alias `not`) optimisation
authorMattias Engdegård <mattiase@acm.org>
Tue, 16 Aug 2022 17:03:46 +0000 (19:03 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 16 Aug 2022 18:44:50 +0000 (20:44 +0200)
commitfb98c4a4060ee756af41dee7a23472219314d37a
treef18919c972969c977f129e9de124b9676cf011f2
parent621550c076b135e47cf1a377a779263e12401b8a
Improved `null` (alias `not`) optimisation

Take static boolean information of the argument into account.

* lisp/emacs-lisp/byte-opt.el (byte-optimize-not): New.
lisp/emacs-lisp/byte-opt.el