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. 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.
Version 2.35 (2007-02-04) 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 Version 2.3 (2007-01-01) Added: Package Import Resolver for many System.pas functions and TList/TObjectList/TInterfaceList Added: Some FastSys tweaks to improve speed in runtime packages Added: .NET's SetThreadPriority(HIGHEST) during IDE loading is now ignored (Delphi 2005, BDS 2006) Added: The IDE is terminated faster by pressing CTRL when closing the main form. Added: DelphiSpeedUp calls BeginUpdate/EndUpdate for BDS's Tool Palette during startup. Version 2.2 (2006-12-10) Added: "Clear unit buffer" menu item is now also visible in Delphi 2005 and BDS 2006 Fixed: Rehooking code in an often called function is replaced by a faster rehooking code. Added: TObjectList speed improvements Added: Replaced FastCode library 0.5 by version 0.6.1.