[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-28 1af45ad: ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile):
From: |
Andrea Corallo |
Subject: |
emacs-28 1af45ad: ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment. |
Date: |
Fri, 15 Oct 2021 03:19:56 -0400 (EDT) |
branch: emacs-28
commit 1af45ad04ef1755ada0483957018889dcf0f9207
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
---
lisp/emacs-lisp/comp.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 0052fd0..0e4e54b 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -3781,8 +3781,8 @@ Return the trampoline if found or nil otherwise."
for arg in lambda-list
unless (memq arg '(&optional &rest))
collect arg)))))
- ;; Use speed 0 to maximize compilation speed and not to
- ;; optimize away funcall calls!
+ ;; Use speed 1 for compilation speed and not to optimize away
+ ;; funcall calls!
(byte-optimize nil)
(native-comp-speed 1)
(lexical-binding t))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-28 1af45ad: ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.,
Andrea Corallo <=