X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;h=18592183da6314dc6fb4cd48667c70ad99626493;hb=1600081cf1b71b3d0e2e40de1c1c124a3a4fd40c;hp=c6a5479d52daea11b3545f1af835b6374b2549db;hpb=bcc4957521680d80cb295645deda94697e972ce7;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index c6a5479..1859218 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -194,6 +194,11 @@ ;; character set. :sb-unicode + ;; Support for a full evaluator that can execute all the CL special + ;; forms, as opposed to the traditional SBCL evaluator which called + ;; COMPILE for everything complicated. + :sb-eval + ;; 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.