Patrick:

Local cUnHidden, cHidden

// cHidden is slower than cUnHidden to load into Local var.
cUnHidden := "Hello"
#pragma TESTHIDDEN(1)
cHidden := "Hello"
#pragma TEXTHIDDEN(0)

// cHidden and cUnHidden has similar speed.
? cUnHidden
? cHidden

The unhide process is executed in runtime when hidden text is pushed to 
stack from PCODE.
See HB_P_PUSHSTRHIDDEN pcode, and see pcode in .c file


*Walter Negro*
//


Patrick Mast escribió:
> Hello,
>
> If I use #pragma TEXTHIDDEN(1) in a compiled HRB file, is it slower to run?
> Or only slower to load?
>
> Patrick
>
> -------------------------------------------------------------------------
> 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
>
>
> __________ Información de NOD32, revisión 3545 (20081022) __________
>
> Este mensaje ha sido analizado con NOD32 antivirus system
> http://www.nod32.com
>
>
>
> __________ Información de NOD32, revisión 3545 (20081022) __________
>
> Este mensaje ha sido analizado con NOD32 antivirus system
> http://www.nod32.com
>
>
>
>   



-------------------------------------------------------------------------
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