中国开发网: 论坛: 程序员情感CBD: 贴子 434516
haitao
这3个fast是仅仅需要在xxx.dpr里被uses就行了,还是project的每个unit里都要这样uses一次的?
To use it must include the "Fastcode" unit in the first order
 of your uses clauses of your delphi project. If you're using
 and alternative memory manager and/or FastMove the order should
 be like:

 FastMM4,
 FastMove,
 FastCode,
 ... etc ...

我在一个项目了,仅仅在.dpr里uses了它们,速度好像没有多少提高:
加载一个比较大的virturltree时,速度从uses它们前的3.3秒提到3.1秒。。。。

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录