From: Christophe Rhodes Date: Sun, 2 Mar 2014 20:14:58 +0000 (+0000) Subject: note that TRACE / PROFILE are now handled by SBCL itself X-Git-Tag: els2014-submission~2 X-Git-Url: http://christophe.rhodes.io/gitweb/?p=specializable.git;a=commitdiff_plain;h=49dfc95d260074a486687c1de9ec7885e9a6226f;hp=c42a35e8d09ec2c3b98a40157baf5300dabab935 note that TRACE / PROFILE are now handled by SBCL itself --- 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))