FASTMM v4.27 (提高IDE以及Delphi应用程序速度)

时间:2009-02-02 03:38:15
【文件属性】:

文件名称:FASTMM v4.27 (提高IDE以及Delphi应用程序速度)

文件大小:229KB

文件格式:ZIP

更新时间:2009-02-02 03:38:15

DELPHI 下载 开发工具类 源代码 资源

上次在盒子上用了可以加快Delphi2005速度的FastMM后,经试用,效果确实不错,于是我便在找一下FastMM在其它方面的应用。地址:http://sourceforge.net/projects/fastmm发现这个FastMM同样可以使Delphi以及用Delphi开发的程序变得更快(包括C++ Build 6)使用方法:解开FastMM427.zip,找到里面的FastMm427Replacement BorlndMM DLLPrecompiledfor Delphi IDEPerformance目录下的borlndMM.dll文件,把它复制到Delphi安装目录的bin中,把原文件覆盖即可。在应用程序中的使用,作者是这样说的:Using FastMM is very simple. All you have to do is add FastMM.pas as the very first unit in your project's .dpr file. Note that if you application uses .DLL files and you will be sharing memory (i.e. passing long strings or dynamic arrays between the DLL and main application), that you have to use FastMM in the DLL as well. If FastMM is not the first file in the "uses" section of the .dpr file, you will get an "invalid pointer operation" during program startup (meaning the default MM has already been used to allocate some memory). 意思是您只需要把FastMM4.pas加入到你的项目中,但要保证dpr文件uses后面第一个文件就是FastMM4.pas即可,经过本人实验,实际使用中还要加FastMM4Messages.pas或者设置一个搜索路径(设路径比较麻烦,还是加进来吧)。然后编译你的程序就可以了。如果你的dll用了共享内存,那么就用FastMM427Replacement BorlndMM DLLPrecompiledfor ApplicationsPerformance中的BorlndMM.dll和你的DLL文件一起分发即可。因为没看到盒子上有这方面的东西,因此就上传一个了。


【文件预览】:
FastMM4.pas
Usage Tracker
----UsageTrackerDemo.res(876B)
----FastMMUsageTracker.dfm(3KB)
----DemoForm.dfm(626B)
----FastMMUsageTracker.pas(8KB)
----DemoForm.pas(518B)
----UsageTrackerDemo.dpr(214B)
CPP Builder Support
----FastMM4BCB.cpp(2KB)
FastMM4_FAQ.txt
Debug Info DLL
----Precompiled()
--------FastMM_DebugInfo.dll(142KB)
----FastMM_DebugInfo.dpr(2KB)
----FastMM_DebugInfo.res(2KB)
FastMM4Messages.pas
FastMM4Options.inc
FastMM4_Readme.txt
libra01_FastMM_v427.gif
2ccc.com.nfo
Replacement BorlndMM DLL
----Precompiled()
--------for Delphi IDE()
--------for Applications()
----BorlndMM.dof(3KB)
----BorlndMM.res(2KB)
----BorlndMM.dpr(5KB)
----BorlndMM.cfg(482B)

网友评论

  • 学习中,很好的软件;谢谢;
  • 插件多了有用,内存优化。 不过这个不太全,这里完整些: http://download.csdn.net/detail/xiaobai801124/3958296
  • 学习中,不知道咋用啊还是谢谢,没有看出效果