From: Nikodemus Siivola Date: Mon, 19 May 2008 13:47:17 +0000 (+0000) Subject: 1.0.16.38: document :CYCLE-COUNTER feature in base-target-features.lisp-expr X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=eb01bdd46e1378e8cfd9889118353c6fa961b0a1;p=sbcl.git 1.0.16.38: document :CYCLE-COUNTER feature in base-target-features.lisp-expr * Weaseling out from renaming it to :SB-CYCLE-COUNTER, and deferring that a bit: seems better to take care of all similar features that are really just built-time conveniences automatically inferred at the same time. --- 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 diff --git a/version.lisp-expr b/version.lisp-expr index 112f000..4a1cf0d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.16.37" +"1.0.16.38"