]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Mark the trial decompress in every call to compressline() with the
authorSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 11:29:02 +0000 (11:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 Oct 2004 11:29:02 +0000 (11:29 +0000)
XXX-REMOVE-BEFORE-RELEASE tag.

[originally from svn r4633]

terminal.c

index 0de47f9153e4774483f84b4ac7e2fdc6334f2fb6..54a17df680cbb485cfba15c3f38aafd625b2d9c1 100644 (file)
@@ -634,6 +634,9 @@ static unsigned char *compressline(termline *ldata)
     /*
      * Diagnostics: ensure that the compressed data really does
      * decompress to the right thing.
+     * 
+     * XXX-REMOVE-BEFORE-RELEASE: This is a bit performance-heavy
+     * to be leaving in production code.
      */
 #ifndef CHECK_SB_COMPRESSION
     {