1.0.28.65: fix compiling with *PROFILE-HASH-CACHE* set to T
[sbcl.git] / src / pcl / fixup.lisp
index 26ec86f..2ea6fb9 100644 (file)
 
 (in-package "SB-PCL")
 
-(fix-early-generic-functions)
+(!fix-early-generic-functions)
+(!fix-ensure-accessor-specializers)
+(compute-standard-slot-locations)
+(dolist (s '(condition function structure-object))
+  (dohash ((k v) (classoid-subclasses (find-classoid s)))
+    (find-class (classoid-name k))))
 (setq *boot-state* 'complete)
 
 (defun print-std-instance (instance stream depth)