Optimize included files and uses in Delphi

Posted by Roland Bengtsson on Stack Overflow See other posts from Stack Overflow or by Roland Bengtsson
Published on 2010-05-29T07:44:49Z Indexed on 2010/05/29 7:52 UTC
Read the original article Hit count: 220

Filed under:
|

I try to increase performance of Delphi 2007 and Codeinsight. In the application there are 483 files added in the DPR file.

I don't know if it is imagination but I feel that I got better performance from Codeinsight by simply readd all files in the DPR.

I also think (correct me if I'm wrong) that all files that are included in a uses section also should be included in the DPR file for best performance.

My question is, does it exists a tool that scan the whole project and give a list what files are missing in the DPR file and what files can be removed? Would also be nice to have a list of uses that can be removed in the PAS files.

Regards

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2007