On Sun, 29 Mar 2009, Angel Pais wrote:

Hi,

> I don't know if scalability is better but processor time went down from 
> 100% to 62% in average on same machine.
> Also sacalability improved a little
> See attached...
> Compiler and Enviroment:
> set HB_COMPILER=msvc
> set HB_VISUALC_VER=90
> set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC
> Program built with: hbmk2.exe speedtst.prg -mt -gc3 -b -l -ko

do not use -b switch !!!. It enables debug builds where some additional
PCODEs are generated which may cause fatal performance reduction.
It also causes that -l is ignored but it's minor overhead in comparison
to other things enabled by -b.
Please try to repeat this test without -b:
   hbmk2.exe speedtst.prg -mt -gc3 -l -ko
and if possible please upload such Harbour and XBASE++ binaries.

Thank you very much for your tests.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to