More Info

Revision 875014

(Back to digest)
 

Optimization in Development Tools

Matt Rogers committed changes in /trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakelistsparser.cpp:

Don't do unescaping unless we have to.

This cuts in half the amount of time required to do the following:

1. Start KDevelop and have it reload the last used project (in my case it was kdevelop itself)
2. Wait for KDevelop to show up in the project tree view (which it doesn't until parsing is done)
3. Hit the Quit shortcut.

File Changes

Modified 1 files
/trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakelistsparser.cpp
1 files changed in total