]> git.eshelyaron.com Git - emacs.git/commitdiff
* Add a note related to native compilation and Dynamic Binding
authorAndrea Corallo <akrl@sdf.org>
Wed, 28 Apr 2021 20:00:12 +0000 (22:00 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 28 Apr 2021 20:08:29 +0000 (22:08 +0200)
* doc/lispref/variables.texi (Dynamic Binding): Add a note
related to native compilation.

doc/lispref/variables.texi

index 0ddf3e465d6e2548f9ffaa9bae141b1c7882b46e..b25eea12a53cc426dd84db1bcdb868d2939e7be2 100644 (file)
@@ -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