From 89e36c9567ca05271f14af0b330dc2c274b0362d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 15 Oct 2004 11:29:02 +0000 Subject: [PATCH] Mark the trial decompress in every call to compressline() with the XXX-REMOVE-BEFORE-RELEASE tag. [originally from svn r4633] --- terminal.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminal.c b/terminal.c index 0de47f91..54a17df6 100644 --- a/terminal.c +++ b/terminal.c @@ -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 { -- 2.45.2