A plugin for Delphi/C++Builder 5/6/7/2005, BDS 2006 and Turbo Delphi/C++/C# Professional.
It speeds up the time to load the IDE and it also improves the whole speed of the IDE.
This is achieved by replacing some often used RTL functions by
FastCode function that are optimized for the used CPU.
It also adds some caches for function that work on filenames like ExpandFileName().
Important information: All these optimizations do not affect the compiled projects in any way.
They are made in memory so all the files on disk are not modified.
Uninstalling DelphiSpeedUp makes every change undone because the optimizations are not persistent.
They only exist in memory and are limited to the Delphi/BCB/BDS process.
WARNING: 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.
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.
== Delphi SpeedUp ===
The Delphi SpeedUp improves the whole Delphi IDE speed
by replacing the RTL functions by functions from the FastCode project
(
http://fastcode.sourceforge.net)) and some other faster functions and alogorithms.
There is no garantee for BDS 2006 to start faster.
Borland already uses optimized algorithms for loading.
=== How to install ===
Simply start the InstallDelphiSpeedUpX.exe where X is your Delphi/BCB version.
This will copy the DelphiSpeedUpX.dll and DelphiSpeedUpLoaderX.bpl to
$(APPDATA)\DelphiSpeedUp and it registers the BPL as an Known IDE Package in the registry.
This allows DelphiSpeedUp to be loaded very early.
=== How to uninstall ===
Start the InstallDelphiSpeedUpX.exe
(where X is your Delphi version number) and press the <Uninstall> button.
Author:
Andreas Hauslanden (Andreas.Hausladen!앗!gmx.de)
http://andy.jgknet.de/dspeedup
Version 2.35
============
- Improved: _LStrCmp and _WStrCmp optimization
- Improved: Removed two memory accesses from each hooked function
- Added: Delphi 2005/BDS 2006 environment options dialog now opens much faster
- Added: Improves the speed of the compiler a little bit
- Added: Improves the speed of the .NET framework and other msvcrt dependent code
- Fixed: Missing Package Import Resolver for Delphi/BCB 5
- Fixed: Closing the IDE could have caused an access violation