emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/inhibit-native-comp-cleanup abfd00e5c0 5/5: * lisp/emacs-lisp/co


From: Andrea Corallo
Subject: feature/inhibit-native-comp-cleanup abfd00e5c0 5/5: * lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve doc
Date: Mon, 13 Feb 2023 06:52:25 -0500 (EST)

branch: feature/inhibit-native-comp-cleanup
commit abfd00e5c02ec0aed8bbac1eca0d0db1874f020a
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve 
doc
---
 lisp/emacs-lisp/comp.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index eeee66b3d1..5077ca0aa1 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -105,7 +105,12 @@ during bootstrap."
     ;; correctly (see comment in `advice--add-function'). DO NOT
     ;; REMOVE.
     macroexpand rename-buffer)
-  "Primitive functions to exclude from trampoline optimization."
+  "Primitive functions to exclude from trampoline optimization.
+
+Primitive functions included in this list will not be called
+directly by the native code being compiled, this makes
+tranpolines for those primitives not necessary in case of
+function redefinition/advise."
   :type '(repeat symbol)
   :version "28.1")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]