X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;h=ba12b0d456d4c92d349c669cf71a986bd7b4889c;hb=5cf3c4259d529e180d75d4d140f344e600d2b06b;hp=78139e0ca9c8365e2174e8242e056109cd4a6263;hpb=f318d0b1654042ed8f1b887852a9ba1f539208e4;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index 78139e0..ba12b0d 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -145,6 +145,16 @@ ;; code will also trap multiple readers. ; :sb-hash-table-debug + ;; Enabled automatically by make-config.sh for platforms which implement + ;; the %READ-CYCLE-COUNTER VOP. Can be disabled manually: affects TIME. + ;; + ;; FIXME: Should this be :SB-CYCLE-COUNTER instead? If so, then the same goes + ;; for :COMPARE-AND-SWAP-VOPS as well, and a bunch of others. Perhaps + ;; built-time convenience features like this should all live in eg. SB!INT + ;; instead? + ;; + ; :cycle-counter + ;; Peter Van Eynde's increase-bulletproofness code for CMU CL ;; ;; Some of the code which was #+high-security before the fork has now @@ -338,6 +348,7 @@ ;; :darwin = We're intended to run under Darwin (including MacOS X). ;; :sunos = We're intended to run under Solaris user environment ;; with the SunOS kernel. + ;; :hpux = We're intended to run under HP-UX 11.11 or later ;; :osf1 = We're intended to run under Tru64 (aka Digital Unix ;; aka OSF/1). ;; :win32 = We're intended to under some version of Microsoft Windows.