Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any tool to check circular dependency in a Delphi project [closed]

Tags:

delphi

It's said that circular dependencies in a Delphi project can significantly slow down the compile time, is there any tool can check circular dependencies for a Delphi project? Thanks!

EDIT: The following ICARUS report summary shows it took 32 seconds for a full compilation of 0.8M LOC (Thanks to Alan for the suggestion), I'm wondering if there is still any room to improve ;)

Analyzed by: ICARUS - Uses List Analyzer for Delphi version 3.3.2.0 Parse speed: 801722 lines in 32.50 seconds (24671 lines/sec)

like image 854
Edwin Yip Avatar asked Aug 26 '10 08:08

Edwin Yip


1 Answers

Gerrit Beuze from ModelMaker Tools provides the free Unit Dependency Analyzer.

like image 155
Uwe Raabe Avatar answered Sep 20 '22 06:09

Uwe Raabe