* lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve doc
This commit is contained in:
parent
1795839bab
commit
abfd00e5c0
1 changed files with 6 additions and 1 deletions
|
@ -105,7 +105,12 @@ during bootstrap."
|
||||||
;; correctly (see comment in `advice--add-function'). DO NOT
|
;; correctly (see comment in `advice--add-function'). DO NOT
|
||||||
;; REMOVE.
|
;; REMOVE.
|
||||||
macroexpand rename-buffer)
|
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)
|
:type '(repeat symbol)
|
||||||
:version "28.1")
|
:version "28.1")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue