Revision 1f78e94...
Go back to digest for 12th January 2014Optimization in Development Tools
Milian Wolff committed changes in [kdev-clang] /:
Optimize: Skip function bodies when looking for visible decls only.
This decreases the parse time of my test project by ca. 25% from
~13s to ~10s. It is only applicable to VisibleDeclarationsAndContexts
or less features, but that is the default for project files anyways.
File Changes
Modified 3 files
- clangparsejob.cpp
- duchain/parsesession.cpp
- duchain/parsesession.h
3 files changed in total