X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;h=8867d5ecdf13391ea9cbaca5455dca5d98552f6d;hb=2e86a718672b73c942e51dfbda7eb9db8746b6f4;hp=a760984c4d05765a395a39ae2b7129cb6e96f7d7;hpb=5cd15f4133804a16c5d367556da160144e741852;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index a760984..8867d5e 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -173,6 +173,11 @@ ;; character set. :sb-unicode + ;; Record source location information for variables, classes, conditions, + ;; packages, etc. Gives much better information on M-. in Slime, but + ;; increases core size by about 100kB. + :sb-source-locations + ;; This affects the definition of a lot of things in bignum.lisp. It ;; doesn't seem to be documented anywhere what systems it might apply ;; to. It doesn't seem to be needed for X86 systems anyway. @@ -279,6 +284,9 @@ ;; :stack-allocatable-closures ;; The compiler can allocate dynamic-extent closures on stack. ;; + ;; :alien-callbacks + ;; Alien callbacks have been implemented for this platform. + ;; ;; operating system features: ;; :linux = We're intended to run under some version of Linux. ;; :bsd = We're intended to run under some version of BSD Unix. (This