0.6.11.43:
[sbcl.git] / src / pcl / describe.lisp
index 998d45c..0356fe6 100644 (file)
@@ -26,6 +26,9 @@
 
 (in-package "SB-PCL")
 
+;; byte-compile this file
+(declaim (optimize (speed 0) (safety 1)))
+
 (defmethod slots-to-inspect ((class slot-class) (object slot-object))
   (class-slots class))