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:
parent
e5b24b85a2
commit
2b064c780c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue