X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbackend.lisp;h=2d1a88cfcbe149a8a91675ce3cb1ba94a017ef77;hb=bcd323c39d6f5f80020ba4a5d9eb8d348c6cc499;hp=906e8373b8d6c722b2915dc0d33bf38591ebab87;hpb=5cf3c4259d529e180d75d4d140f344e600d2b06b;p=sbcl.git diff --git a/src/compiler/backend.lisp b/src/compiler/backend.lisp index 906e837..2d1a88c 100644 --- a/src/compiler/backend.lisp +++ b/src/compiler/backend.lisp @@ -168,6 +168,7 @@ immediate-constant-sc location-print-name combination-implementation-style + boxed-immediate-sc-p ;; from primtype.lisp primitive-type-of @@ -266,7 +267,8 @@ conditionalization. ;;; The default value of NIL means use only unguarded VOPs. The ;;; initial value is customizeable via ;;; customize-backend-subfeatures.lisp -(defvar *backend-subfeatures* '#.sb-cold:*shebang-backend-subfeatures*) +(defvar *backend-subfeatures* + '#.(sort (copy-list sb-cold:*shebang-backend-subfeatures*) #'string<)) ;;; possible *BACKEND-SUBFEATURES* values: ;;;