On Sun, 29 Mar 2009, Przemyslaw Czerpak wrote:

Hi,

> > this is the .bat file I use to compile Harbour.
> > All the rest is pure svn code.
> > compile.bat
> > SET PATH=C:\vsk\vc\bin;C:\vsk\bin;
> > SET LIB=C:\vsk\vc\lib;C:\vsk\lib;
> > SET INCLUDE=C:\vsk\vc\include;C:\vsk\include;
> > set HB_COMPILER=msvc
> > set HB_INSTALL_PREFIX=C:\harbour
> > set HB_VISUALC_VER=90
> > set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF
> > call make_gnu.bat clean      > make_gnu_cln.txt
> > call make_gnu.bat install    > make_gnu_log.txt
> Thank you very much for confirmation.
> Can you also check what will happen if you rebuild Harbour with:
>    set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC

And if possible also with this settings:
   set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC
it should cause noticeable scalability improvement. The default
DLMALLOC used in MSVC builds it's probably the worst possible
choice for MT programs due to very bad scalability.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to