0.6.11.43:
[sbcl.git] / src / code / inspect.lisp
index 52f08e3..8d75975 100644 (file)
@@ -11,6 +11,9 @@
 
 (in-package "SB-IMPL")
 
+;; byte-compile this file
+(declaim (optimize (speed 0) (safety 1)))
+
 ;;; The inspector views LISP objects as being composed of parts. A
 ;;; list, for example, would be divided into its members, and a
 ;;; instance into its slots. These parts are stored in a list. The