DelphiSpeedUp 3.1 - speed up your IDE

DelphiSpeedUp 3.1

DelphiSpeedUp is an IDE plugin for Delphi and C++Builder. It improves the IDE’s startup speed and increases the general speed of the whole IDE. This is achieved by replacing some often used RTL functions byFastCode function that are optimized for the used CPU and some other faster implementations. It also employs caches when the IDE loads.
Important information: All these optimizations donot affect the compiled projects in any way. They are made in memory keeping all the files on disk unmodified. Uninstalling DelphiSpeedUp reverts every change because the optimizations aren’t persistent. They only exist in memory and are limited to the Delphi/BCB/BDS process.
Not every access violation in DelphiSpeedUp.dll is a bug in DelphiSpeedUp. Actually many of the exceptions in the RTL package are now thrown in the DelphiSpeedUp.dll because the RTL functions are replaced by the DelphiSpeedUp functions and wrong parameters like nil-pointers, invalid pointers, … now lead to access violations in the replacement code. A wrong function call just remains a wrong function call.
Features:
  • Improves Delphi/BCB/BDS’s load times
  • Optimizes often used RTL functions by functions form the FastCode project
  • All optimizations are done in memory and do not change any file on disk
  • Adds a “Close all and kill” menu item to the “File” menu that terminates the IDE very fast
  • The fast termination is used when you close the IDE while pressing the CTRL key.
  • Shows waiting cursor while loading designtime package
  • Optimizes CodeCompletion (CodeInsight)
  • Optimizes the Delphi Compiler’s C RTL
  • Optimizes the Debugger, especially the Step-Into functionality
  • CodeCompletion and HelpInsight can be aborted by ESC/mouse move
Supported IDEs:
  • C++Builder 5, 6
  • Delphi 5, 6, 7
  • Borland Developer Studio 2005, 2006
  • CodeGear RAD Studio 2007 (December Update)
How to install:
  • Download the DelphiSpeedUp zip-file
  • Extract the zip file to a directory of your choice
  • Execute the contained executable InstallDelphiSpeedUpX (where X is your Delphi/BCB version)
  • Start Delphi/BCB/BDS and work on your projects
Where is DelphiSpeedUp for Delphi/C++Builder 2009/2010There is no need for a DelphiSpeedUp for Delphi/C++Builder 2009/2010. The IDE is faster than Delphi 2007 with an installed DelphiSpeedUp. All other features are now part of DDevExtensions. You may also have a look at the IDE Fix Pack for RAD Studio 2007 or newer.

posted under |
Newer Post Older Post Home

Amazon Books

    Amazone Choice!


Recent Comments