From 64df902cf71a8ee258fb85f6be26248f399aa01f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdeioslaves/imap4/PATCHING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tdeioslaves/imap4/PATCHING (limited to 'tdeioslaves/imap4/PATCHING') diff --git a/tdeioslaves/imap4/PATCHING b/tdeioslaves/imap4/PATCHING new file mode 100644 index 00000000..39bcdce9 --- /dev/null +++ b/tdeioslaves/imap4/PATCHING @@ -0,0 +1,7 @@ +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. + -- cgit v1.2.3