emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 2b064c7 13/17: * Fix speed 2 bootstrap


From: Andrea Corallo
Subject: feature/native-comp 2b064c7 13/17: * Fix speed 2 bootstrap
Date: Fri, 15 May 2020 15:07:57 -0400 (EDT)

branch: feature/native-comp
commit 2b064c780cdcb4a7bb832e11d4a166954c485ac5
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Fix speed 2 bootstrap
    
        (comp-call-optim-func): Do nothing if the function name is
        unknown.
---
 lisp/emacs-lisp/comp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 94ffc2d..d546218 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -1994,6 +1994,7 @@ Backward propagate array placement properties."
   (cl-loop
    with self = (comp-func-name comp-func)
    for b being each hash-value of (comp-func-blocks comp-func)
+   when self ;; FIXME add proper anonymous lambda support.
    do (cl-loop
        for insn-cell on (comp-block-insns b)
        for insn = (car insn-cell)



reply via email to

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