From 49dfc95d260074a486687c1de9ec7885e9a6226f Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 2 Mar 2014 20:14:58 +0000 Subject: [PATCH] note that TRACE / PROFILE are now handled by SBCL itself --- specializable.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specializable.lisp b/specializable.lisp index 477342a..08c5810 100644 --- a/specializable.lisp +++ b/specializable.lisp @@ -134,7 +134,7 @@ ;;; - DONE (sort of, using wrappers/g-e-h-k) flushing the cache on class redefinition; ;;; - cache thread-safety. ;;; - speed -;;; - interaction with TRACE et al. +;;; - DONE (in SBCL itself) interaction with TRACE et al. (defmethod sb-mop:compute-discriminating-function ((gf specializable-generic-function)) (cond ((not (slot-value gf 'cacheingp)) -- 2.30.2