-----Messaggio Originale----- 
Da: "Miguel Angel Marchuet" <[EMAIL PROTECTED]>
A: "Enrico Maria Giordano" <[EMAIL PROTECTED]>
Cc: "Xharbour-Developers List" <xharbour-developers@lists.sourceforge.net>
Data invio: domenica 30 novembre 2008 11.38
Oggetto: Re: [xHarbour-developers] 2008-11-29 12:10 UTC+0100 Miguel 
AngelMarchuet <[EMAIL PROTECTED]>


> If you want max speed then
> don't use fmstat.lib, add HB_NO_PROFILE, and don't add HB_LEGACY_LEVEL
> and if you use 3rd party libraries, recompile it.

That's exactly how I'm building xHarbour and my apps. And this is the result 
(the sample is compiled without 3rd party libraries):

FUNCTION MAIN()

    LOCAL nSec

    LOCAL i

    nSec = SECONDS()

    FOR i = 1 TO 100
        CURDIR()
    NEXT

    ? SECONDS() - nSec

    RETURN NIL

Build 6293: 2.41
Build 6231: 0.00

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to