rewrite DUMP-I-VECTOR
[sbcl.git] / src / compiler / generic / vm-macs.lisp
index 8789a96..74a9e09 100644 (file)
             (forms
              `(progn
                 (defknown ,cas-trans (,type ,slot-type ,slot-type)
-                    ,slot-type (unsafe))
+                    ,slot-type ())
                 #!+compare-and-swap-vops
                 (def-casser ,cas-trans ,offset ,lowtag))))
           (when init
 (in-package "SB!C")
 
 ;;; the maximum number of SCs in any implementation
-(def!constant sc-number-limit 40)
+(def!constant sc-number-limit 62)
 \f
 ;;; Modular functions