• Stefan Monnier's avatar
    * lisp/emacs-lisp/byte-opt.el: Minor simplifications · 450b50df
    Stefan Monnier authored
    (byte-optimize-form-code-walker): Use `byte-optimize-form` after
    inlining, so optimizations are also applied to the top level call.
    Simplify the code for `pure` functions using `byte-optimize-constant-args`.
    (byte-optimize-all-constp): Remove, not used any more.
    (byte-optimize-1+, byte-optimize-1-): Remove, they are redundant
    with the `pure` annotation.
    450b50df
byte-opt.el 83.8 KB