mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 04:11:18 -08:00
Write an efficiency note when cl_fdefinition() has to be used.
This commit is contained in:
parent
167027f33e
commit
c2ce3bd2d8
1 changed files with 1 additions and 0 deletions
|
|
@ -389,6 +389,7 @@
|
|||
;;;
|
||||
(defun c2call-unknown-global (fname args loc inline-p narg)
|
||||
(unless loc
|
||||
(cmpnote "Emiting FDEFINITION call for ~S" fname)
|
||||
(setq loc (list 'FDEFINITION fname)))
|
||||
(unwind-exit
|
||||
(if (eq args 'ARGS-PUSHED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue