X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=35e257a171205c83888e859bc5fab04667bb1954;hb=2e91e29892268b2c7e5ab557e8192fa03bce68f2;hp=8d87d7775f5495be161e6c14c2ef909e36388ec4;hpb=b05ccdd91520249de6b465e226d3708089e541dc;p=sbcl.git diff --git a/TODO b/TODO index 8d87d77..35e257a 100644 --- 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).