Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.986 Beiträge
 
#1

Delphi: Optimizing extremely long compile times

  Alt 26. Aug 2010, 07:40
Anthony Frazier mentions two very true paths for optimizing your Delphi compile times: Avoid units with the “read-only” attribute set. Avoid large circular dependency groups, particularly if you put everything in the interface’s uses clause rather than the implementation uses clause. To get rid of ...

More...
  Mit Zitat antworten Zitat