Author Topic: DelphiSpeedUp IDE plugin  (Read 531 times)

Iron Screw

  • [TiME4CRiME]
  • Administrator
  • Senior Member
  • *****
  • Posts: 260
    • http://ironscrew.wz.cz
DelphiSpeedUp IDE plugin
« on: October 14, 2006, 09:46:09 AM »
DelphiSpeedUp Delphi/BCB/BDS IDE plugin
Current version: 2.0

A plugin for Delphi/C++Builder 5/6/7/2005 and BDS 2006. 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().

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


Home site:
http://andy.jgknet.de/dspeedup/
Download:
http://andy.jgknet.de/dspeedup/files/DelphiSpeedUpV20.zip

Original post from valmont on exetools
TiME AND LiFE ARE ETERNAL - REVERSE ENGINEERING IS WAY OF LiFE
SO ISN'T CRIME

[TiME4CRiME]

Iron Screw

  • [TiME4CRiME]
  • Administrator
  • Senior Member
  • *****
  • Posts: 260
    • http://ironscrew.wz.cz
Re: DelphiSpeedUp IDE plugin
« Reply #1 on: February 13, 2007, 02:48:50 PM »
Version 2.4 (2007-02-12)
Added: FastCode 0.6.4
Added: Lots of new faster functions.
Added: Option "Disable FastQuit" that removes the "Close all and terminate process" menu item from the file menu.
Fixed: _LStrLCmp/_WStrWCmp calls from the RTL itself weren't replaced by _LStrEqual/_WStrEqual where applicatable.
Fixed: Package unloading hadn't correctly cleared the unit name hash table.
Fixed: The splash progressbar was painted over the "Registered..." text in the splash screen.
Fixed: French users got German menu items, a missing dcc32.de caused the menu items to be English instead of German.
Improved: Overhead for inlining and function splitting (_LStrCmp=>_LStrEqual) is now faster.

download:
http://andy.jgknet.de/dspeedup/files/DelphiSpeedUpV24.zip (318 KB) (2007-02-12)
http://andy.jgknet.de/dspeedup/files/DelphiSpeedUpV24.7z (254 KB) (2007-02-12)
Reply With Quote
TiME AND LiFE ARE ETERNAL - REVERSE ENGINEERING IS WAY OF LiFE
SO ISN'T CRIME

[TiME4CRiME]