]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1.
authorAndrea Corallo <akrl@sdf.org>
Thu, 11 Feb 2021 20:37:53 +0000 (21:37 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 11 Feb 2021 20:37:53 +0000 (21:37 +0100)
lisp/emacs-lisp/comp.el

index 02a9f4ae1ffe15e6d31cc6eca627290f8f989b7d..4036080976546c468443d7e0deca409173cee6ed 100644 (file)
@@ -3661,7 +3661,7 @@ Return the trampoline if found or nil otherwise."
          ;; Use speed 0 to maximize compilation speed and not to
          ;; optimize away funcall calls!
          (byte-optimize nil)
-         (comp-speed 0)
+         (comp-speed 1)
          (lexical-binding t))
     (comp--native-compile
      form nil