diff options
Diffstat (limited to 'tdeioslaves/imap4/PATCHING')
-rw-r--r-- | tdeioslaves/imap4/PATCHING | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tdeioslaves/imap4/PATCHING b/tdeioslaves/imap4/PATCHING deleted file mode 100644 index 39bcdce95..000000000 --- a/tdeioslaves/imap4/PATCHING +++ /dev/null @@ -1,7 +0,0 @@ -If you are patching this code, please be very sensitive to performance issues. -The parser is already very slow and resource intensive. Be careful not to add -any extra string iterations (copies, QCString.length(), etc), mallocs, or -implicit object creation/copies. Use calltree before and after your patch to -verify that it is not too expensive, along with cpu usage timing and even -wall clock time. - |