Revision 875149
Go back to digest for 26th October 2008Optimization in Development Tools
Matt Rogers committed changes in /trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakeprojectvisitor.cpp:
Improve our use of regular expressions when dealing with the STRING command
CMake concatenates all the arguments together before running the regexps on them, so we now do the same.
This gives us a 40% speedup when dealing with variations of the STRING command that use a regexp.
File Changes
Modified 1 files
- /trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakeprojectvisitor.cpp
1 files changed in total