emacs-diffs
[Top][All Lists]
Advanced

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

master 1b622ff66e3: * Fix bootstrap with checking enabled


From: Andrea Corallo
Subject: master 1b622ff66e3: * Fix bootstrap with checking enabled
Date: Thu, 16 May 2024 01:55:11 -0400 (EDT)

branch: master
commit 1b622ff66e32e09fb679b4d371c3be951bf7f000
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Fix bootstrap with checking enabled
    
    * lisp/emacs-lisp/comp.el (comp--limplify-top-level): Set function
    safety.
---
 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 83ca480616f..4c76f95a0e9 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -1669,7 +1669,8 @@ into the C code forwarding the compilation unit."
                                  ;; the last function being
                                  ;; registered.
                                  :frame-size 2
-                                 :speed (comp-ctxt-speed comp-ctxt)))
+                                 :speed (comp-ctxt-speed comp-ctxt)
+                                 :safety (comp-ctxt-safety comp-ctxt)))
          (comp-func func)
          (comp-pass (make-comp-limplify
                      :curr-block (make--comp-block-lap -1 0 'top-level)



reply via email to

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