0.7.4.30:
[sbcl.git] / TODO
diff --git a/TODO b/TODO
index 8d87d77..35e257a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 for early 0.7.x:
 
-* building with CLISP (or explaining why not)
+* building using something other than SBCL/CMUCL, e.g. CLISP or OpenMCL,
+       as xc host; or at least hitting bugs (in them, not us:-) which
+       give us a good excuse not to:-|
 * urgent EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup:
        ** made inlining DEFUN inside MACROLET work again
        ** (also, while working on INLINE anyway, it might be easy
@@ -62,8 +64,6 @@ for early 0.7.x:
        package-data.lisp-expr (i.e. those symbols not bound,
        fbound, defined as types, or whatever), and used them
        to remove dead symbols
-* made system handle stack overflow safely unless SAFETY is dominated
-       by SPEED or SPACE
 * Either get rid of or at least rework the fdefinition/encapsulation
        system so that (SYMBOL-FUNCTION 'FOO) is identically equal to
        (FDEFINITION 'FOO).