X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fearly-objdef.lisp;h=6b592a423fb84506d419c564195d8956c842be14;hb=63f714af62d0ccdb9d4a793ab0245b036c3d8531;hp=c728fad0fbff60b7edf36d22fc1c7bd60480bd4f;hpb=7c7e6276719b8d40fddec2070cad81064a25c8ed;p=sbcl.git diff --git a/src/compiler/generic/early-objdef.lisp b/src/compiler/generic/early-objdef.lisp index c728fad..6b592a4 100644 --- a/src/compiler/generic/early-objdef.lisp +++ b/src/compiler/generic/early-objdef.lisp @@ -20,12 +20,12 @@ ;;; 'def.*even-fixnum-lowtag' can find them. ;;; Tags for the main low-level types are stored in the low n (usually three) -;;; bits to identify the type of a machine word. Certain constraints +;;; bits to identify the type of a machine word. Certain constraints ;;; apply: ;;; * EVEN-FIXNUM-LOWTAG and ODD-FIXNUM-LOWTAG must be 0 and 4: code ;;; which shifts left two places to convert raw integers to tagged ;;; fixnums is ubiquitous. -;;; * LIST-POINTER-LOWTAG + N-WORD-BYTES = OTHER-POINTER-LOWTAG: NIL +;;; * LIST-POINTER-LOWTAG + N-WORD-BYTES = 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, @@ -33,7 +33,7 @@ ;;; PSEUDO-ATOMIC is on, doesn't strip the low bits of reg_ALLOC ;;; before ORing in OTHER-POINTER-LOWTAG within a PSEUDO-ATOMIC ;;; section. -;;; * OTHER-IMMEDIATE-0-LOWTAG are spaced 4 apart: various code wants to +;;; * OTHER-IMMEDIATE-0-LOWTAG are spaced 4 apart: various code wants to ;;; iterate through these ;;; * Allocation code on Alpha wants lowtags for heap-allocated ;;; objects to be odd. @@ -110,13 +110,13 @@ ;;; ANDcc tag, 0xA6, tag ;;; JNE tag, label ;;; -;;; rather than two separate tests and jumps +;;; rather than two separate tests and jumps (defenum (:suffix -widetag ;; The first widetag must be greater than SB!VM:LOWTAG-LIMIT ;; otherwise code in generic/early-type-vops will suffer ;; a long, horrible death. --njf, 2004-08-09 - :start (+ (ash 1 n-lowtag-bits) other-immediate-0-lowtag) - :step 4) + :start (+ (ash 1 n-lowtag-bits) other-immediate-0-lowtag) + :step 4) ;; NOTE: the binary numbers off to the side are only valid for 32-bit ;; ports; add #b1000 if you want to know the values for 64-bit ports. ;; And note that the numbers get a little scrambled further down. @@ -145,8 +145,11 @@ instance-header ; 01010010 fdefn ; 01010110 - unused00 ; 01011010 - unused01 ; 01011110 + no-tls-value-marker ; 01011010 + #!-(and sb-lutex sb-thread) + unused01 + #!+(and sb-lutex sb-thread) + lutex ; 01011110 unused02 ; 01100010 unused03 ; 01100110 unused04 ; 01101010