Revision 6f1a74b...
Go back to digest for 28th October 2012Optimization in Development Tools
Milian Wolff committed changes in [kdevplatform] language/duchain/duchain.cpp:
Before sleeping in DUChain::waitForUpdate, trigger a call to BackgroundParser::parseDocuments.
This greatly improves the performance of unit tests like e.g. Ruby which rely
on waitForUpdate. If this is not done, than you'd e.g. wait the default of 500ms
before documents are processed and then wait one second more again...
File Changes
Modified 1 files
- language/duchain/duchain.cpp
1 files changed in total