mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 17:30:37 -07:00
REMOVE-METHOD was inlined, instead of being invoked through its generic function.
This commit is contained in:
parent
aeb5563ea5
commit
645090b557
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@
|
|||
t))))
|
||||
|
||||
(defun add-method (gf method)
|
||||
(declare (notinline method-qualifiers)) ; during boot it's a structure accessor
|
||||
;; during boot it's a structure accessor
|
||||
(declare (notinline method-qualifiers remove-method))
|
||||
;;
|
||||
;; 1) The method must not be already installed in another generic function.
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue