Revision 2068a9a...

Go back to digest for 10th April 2011

Optimization in Development Tools

Milian Wolff committed changes in [kdev-php] /builders:

optimize: reduce number of expression visitor calls

esp. we don't need all expressions run through the visitor, but only
assignment expressions and return statements.

furthermore we can optimize a few more cases for the internal function file,
which is now parsed in nearly 40% less time on my machine

File Changes

Modified 3 files
  • /builders
  •   duchain/declarationbuilder.cpp
  •   duchain/typebuilder.cpp
  •   duchain/typebuilder.h
3 files changed in total