X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=base-target-features.lisp-expr;h=7bed4b77fa3038d0e24d2c6a307c221e11f43958;hb=5277a0cbf1a72243cad6808883a4847acefc8e6b;hp=d6fa9a156de622ee3a9bc05d4272648425336961;hpb=bf6093e08c8375f9f3ec09f50af343b3e9520c4a;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index d6fa9a1..7bed4b7 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -133,10 +133,13 @@ ;; anyone who wants to collect such statistics in the future. ; :sb-dyncount - ;; Peter Van Eynde's increase-bulletproofness code + ;; Peter Van Eynde's increase-bulletproofness code for CMU CL ;; - ;; This is not maintained or tested in current SBCL, but I haven't - ;; gone out of my way to remove or break it, either. + ;; Some of the code which was #+high-security before the fork has now + ;; been either made unconditional, deleted, or rewritten into + ;; unrecognizability, but some remains. What remains is not maintained + ;; or tested in current SBCL, but I haven't gone out of my way to + ;; break it, either. ;; ; :high-security ; :high-security-support @@ -174,10 +177,6 @@ ;; the underlying x86 hardware tries). :ieee-floating-point - ;; This seems to be the pre-GENCGC garbage collector for CMU CL, which was - ;; AFAIK never supported for the X86. - ; :gengc - ;; CMU CL had, and we inherited, code to support 80-bit LONG-FLOAT on the x86 ;; architecture. Nothing has been done to actively destroy the long float ;; support, but it hasn't been thoroughly maintained, and needs at least