Write an efficiency note when cl_fdefinition() has to be used.

This commit is contained in:
jjgarcia 2003-05-02 09:59:30 +00:00
parent 167027f33e
commit c2ce3bd2d8

View file

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