Revision 9f7916d...

Go back to digest for 11th September 2011

Optimization in Development Tools

Milian Wolff committed changes in [kdevelop] /cpp/parser:

optimize: compare indexes directly, no need to get the actual string from disk

improves the performance by ~5% in my test case. VTune shows that this is
mostly due to the removed wait time resulting from the locking of the string
item repository

File Changes

Modified 3 files
  • /cpp/parser
  •   languages/lexer.cpp
  •   languages/lexer.h
  •   languages/parser.cpp
3 files changed in total