X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbackend.lisp;h=01846185e54477b2f782eca1b03b376c1707348a;hb=94ac5b7c3ff37850210b6fc9a7593cf1c5752993;hp=20d21ccc5d1924f59a245fea1a8838a798fcd227;hpb=104ee7ee303efa16e415f5e75df635ac54dba733;p=sbcl.git diff --git a/src/compiler/backend.lisp b/src/compiler/backend.lisp index 20d21cc..0184618 100644 --- a/src/compiler/backend.lisp +++ b/src/compiler/backend.lisp @@ -263,8 +263,10 @@ yet an ideal interface, but it does allow for compile-time conditionalization. |# -;;; The default value of NIL means use only unguarded VOPs. -(defvar *backend-subfeatures* nil) +;;; 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*) ;;; possible *BACKEND-SUBFEATURES* values: ;;;