X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fvm-array.lisp;h=9f677ef00ac84ef6e22d348c1070b3e675d34b45;hb=7dfa54273d2ebc6c2be9a39ab5cd6df639d340c9;hp=63bc1aefba433ef96f5de06cf865a994a370e08b;hpb=05e28b18c3fc2d697f04fb0393f51ce00147825e;p=sbcl.git diff --git a/src/compiler/generic/vm-array.lisp b/src/compiler/generic/vm-array.lisp index 63bc1ae..9f677ef 100644 --- a/src/compiler/generic/vm-array.lisp +++ b/src/compiler/generic/vm-array.lisp @@ -51,10 +51,9 @@ ;; which is used for a fixed #\NULL so that when we call out to C ;; we don't need to cons a new copy) (n-pad-elements (missing-arg) :type index :read-only t) - ;; the relative importance of this array type. Used for determining - ;; the order of the TYPECASE in HAIRY-DATA-VECTOR-{REF,SET}. High - ;; positive numbers are near the top; low negative numbers near the - ;; bottom. + ;; the relative importance of this array type. Previously used for + ;; determining the order of the TYPECASE in + ;; HAIRY-DATA-VECTOR-{REF,SET}; currently (as of 2013-09-18) unused. (importance (missing-arg) :type fixnum :read-only t)) (defparameter *specialized-array-element-type-properties*