From: Andrea Corallo Date: Thu, 11 Feb 2021 20:37:53 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1. X-Git-Tag: emacs-28.0.90~2727^2~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3a399dd299bf7e811cf42950d5f8ac67f063b36;p=emacs.git * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 02a9f4ae1ff..40360809765 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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