emacs-diffs
[Top][All Lists]
Advanced

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

master 9ebd0455f3: Adapt native compiler to change in narrow-to-region


From: Gerd Moellmann
Subject: master 9ebd0455f3: Adapt native compiler to change in narrow-to-region
Date: Fri, 29 Jul 2022 11:30:27 -0400 (EDT)

branch: master
commit 9ebd0455f344e6806400fef2ee0b410a33b68ad5
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    Adapt native compiler to change in narrow-to-region
    
    * lisp/emacs-lisp/comp.el (comp-limplify-lap-inst): Add third
    argument nil for narrow-to-region.
---
 lisp/emacs-lisp/comp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 5ee10fcbca..6e9132e430 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -1918,7 +1918,8 @@ and the annotation emission."
       (byte-narrow-to-region
        (comp-emit-set-call (comp-call 'narrow-to-region
                                       (comp-slot)
-                                      (comp-slot+1))))
+                                      (comp-slot+1)
+                                      (make-comp-mvar :constant nil))))
       (byte-widen
        (comp-emit-set-call (comp-call 'widen)))
       (byte-end-of-line auto)



reply via email to

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