emacs-diffs
[Top][All Lists]
Advanced

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

master f32ff81: * Add a note related to native compilation and Dynamic B


From: Andrea Corallo
Subject: master f32ff81: * Add a note related to native compilation and Dynamic Binding
Date: Wed, 28 Apr 2021 16:09:08 -0400 (EDT)

branch: master
commit f32ff8102076fabe513b3135de0adb0ff58cb815
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Add a note related to native compilation and Dynamic Binding
    
        * doc/lispref/variables.texi (Dynamic Binding): Add a note
        related to native compilation.
---
 doc/lispref/variables.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 0ddf3e4..b25eea1 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1010,6 +1010,9 @@ a dynamic local binding, Emacs records the contents of 
the value cell
 value cell.  When the binding construct finishes executing, Emacs pops
 the old value off the stack, and puts it in the value cell.
 
+  Note that when code using Dynamic Binding is native compiled the
+native compiler will not perform any Lisp specific optimization.
+
 @node Dynamic Binding Tips
 @subsection Proper Use of Dynamic Binding
 



reply via email to

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