X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=df3898187c3628ea45d3a050be4018c08f5c91bf;hb=5da5805594423a2d2a841b88617fd2c87fc05750;hp=d7c3679300871abd7d9c554e4396bd0e0f082031;hpb=a35c81415beaf9ba3b61f692a184ddce97029ad1;p=sbcl.git diff --git a/BUGS b/BUGS index d7c3679..df38981 100644 --- a/BUGS +++ b/BUGS @@ -730,6 +730,11 @@ WORKAROUND: (UNSIGNED-BYTE 8) will write to the stream one byte at a time, rather than writing the sequence in one go, leading to severe performance degradation. + As of sbcl-0.9.0.36, this is solved for fd-streams, so is less of a + problem in practice. (Fully fixing this would require adding a + ansi-stream-n-bout slot and associated methods to write a byte + sequence to ansi-stream, similar to the existing ansi-stream-sout + slot/functions.) 243: "STYLE-WARNING overenthusiasm for unused variables" (observed from clx compilation)