X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=OPTIMIZATIONS;h=55f86c4dc5ba910b04b422f6cd2d66cf1ab16cdc;hb=007bcd5aac2f3a1e714563bd39f7a2db2d0bf7c2;hp=acbd0d09b3be6ab88d8f4547e555de5b73021325;hpb=9264b512a21d1200fb9ab21874206c4bf436ed27;p=sbcl.git diff --git a/OPTIMIZATIONS b/OPTIMIZATIONS index acbd0d0..55f86c4 100644 --- a/OPTIMIZATIONS +++ b/OPTIMIZATIONS @@ -173,15 +173,11 @@ NULL-TN directly. (declare (dynamic-extent l)) (mapc #'print l)))) -Result of MAKE is not stack allocated, which means that -stack-allocation of structures is impossible. +Result of MAKE is not stack allocated. -------------------------------------------------------------------------------- #22 IR2 does not perform unused code flushing. -------------------------------------------------------------------------------- -#23 -Python does not know that &REST lists are LISTs (and cannot derive it). --------------------------------------------------------------------------------- #24 a. Iterations on &REST lists, returning them as VALUES could be rewritten with &MORE vectors.