-----Messaggio Originale----- 
Da: "Miguel Angel Marchuet" <[EMAIL PROTECTED]>
A: "Enrico Maria Giordano" <[EMAIL PROTECTED]>
Cc: "Xharbour-Developers List" <[email protected]>
Data invio: sabato 29 novembre 2008 15.57
Oggetto: Re: [xHarbour-developers] 2008-11-29 12:10 UTC+0100 Miguel 
AngelMarchuet <[EMAIL PROTECTED]>


> if you want to use older versions of 3rd party libreries you need to add 
> HB_LEGACY_LEVEL
>
> remove HB_NO_PROFILER make xharbour a lot of slow.
>
> better if you add two macros for release programs.

Ok, I tried. It's still very slow. Check the sample I already reported:

FUNCTION MAIN()

    LOCAL nSec

    LOCAL i

    nSec = SECONDS()

    FOR i = 1 TO 100
        CURDIR()
    NEXT

    ? SECONDS() - nSec

    RETURN NIL

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to