1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

* Fix speed 2 bootstrap

(comp-call-optim-func): Do nothing if the function name is
	unknown.
This commit is contained in:
Andrea Corallo 2020-05-11 19:21:01 +01:00
parent e5b24b85a2
commit 2b064c780c

View file

@ -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)