X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fearly-objdef.lisp;h=1c08743d292ed756f159fc5c1216592a29d65d74;hb=df679ed627975948b1cee190f4d79c397588c43e;hp=7407e4a400ec89eaf2b1a4ab67e9c50324d559bf;hpb=5edd74f6911093805a009a152b32216b3dba59f7;p=sbcl.git diff --git a/src/compiler/generic/early-objdef.lisp b/src/compiler/generic/early-objdef.lisp index 7407e4a..1c08743 100644 --- a/src/compiler/generic/early-objdef.lisp +++ b/src/compiler/generic/early-objdef.lisp @@ -27,6 +27,15 @@ ;;; * LIST-POINTER-LOWTAG + 4 = OTHER-POINTER-LOWTAG: NIL is both a ;;; cons and a symbol (at the same address) and depends on this. ;;; See the definition of SYMBOL in objdef.lisp +;;; * OTHER-POINTER-LOWTAG > 4: Some code in the SPARC backend, +;;; which uses bit 2 of the ALLOC register to indicate that +;;; PSEUDO-ATOMIC is on, doesn't strip the low bits of reg_ALLOC +;;; before ORing in OTHER-POINTER-LOWTAG within a PSEUDO-ATOMIC +;;; section. +;;; (These are just the ones we know about as of sbcl-0.7.1.22. There +;;; might easily be more, since these values have stayed highly +;;; constrained for more than a decade, an inviting target for +;;; inventive abstraction-phobic maintainers.:-) (eval-when (:compile-toplevel :load-toplevel :execute) ;; The EVAL-WHEN is necessary (at least for Lispworks), because the ;; second DEFENUM uses the value of OTHER-IMMEDIATE-0-LOWTAG, which is @@ -66,6 +75,7 @@ simple-string simple-bit-vector simple-vector + simple-array-nil simple-array-unsigned-byte-2 simple-array-unsigned-byte-4 simple-array-unsigned-byte-8