Revision 7ba8f26...
Go back to digest for 22nd December 2013Optimization in Development Tools
Milian Wolff committed changes in [kdevplatform] language/duchain/duchainlock.cpp:
Optimize: Don't call gettimeofday/timersub if its not required.
Most calls which lock the DUChainLock do not use a timeout value.
In such cases we can be faster by not reading any time data.
File Changes
Modified 1 files
- language/duchain/duchainlock.cpp
1 files changed in total