You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
402 B
8 lines
402 B
15 years ago
|
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.
|
||
|
|