summaryrefslogtreecommitdiffstats
path: root/kioslaves/imap4/PATCHING
blob: 39bcdce956d04b9dacab4d839c225ff6c7524f3b (plain)
1
2
3
4
5
6
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.