X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;fp=base-target-features.lisp-expr;h=f1110c4424a5fac278e1cb306676020b670eed30;hb=eb01bdd46e1378e8cfd9889118353c6fa961b0a1;hp=78139e0ca9c8365e2174e8242e056109cd4a6263;hpb=ed891a4fd882d1b9fe066ab14bcf2107aea95baa;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index 78139e0..f1110c4 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