projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12654b7
)
; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
author
Andrea Corallo
<akrl@sdf.org>
Fri, 15 Oct 2021 07:18:54 +0000
(09:18 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 15 Oct 2021 07:18:54 +0000
(09:18 +0200)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 0052fd0f8db5f90e61d2b5ab80a13bd5e8192fb8..0e4e54b76bb87601f85bdcb0a631779c31e478ca 100644
(file)
--- 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))