X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=OPTIMIZATIONS;h=55f86c4dc5ba910b04b422f6cd2d66cf1ab16cdc;hb=35ec0bb705547bffbbd8032898f47135de8f40d8;hp=de7e3c327329f2c3c36d2921d0397e7936716865;hpb=ff5c74843b7daa12f4c2d4f2c487a63d81cb2c22;p=sbcl.git diff --git a/OPTIMIZATIONS b/OPTIMIZATIONS index de7e3c3..55f86c4 100644 --- a/OPTIMIZATIONS +++ b/OPTIMIZATIONS @@ -173,8 +173,7 @@ 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.