Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible VFP7/8 ER: Integrate Crystal Reports
Message
De
18/04/2001 01:24:50
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
17/04/2001 22:41:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00495582
Message ID:
00496553
Vues:
16
>>"Literal pool" optimization is usally found in many native compilers, but not in VFP.
>
>How do you come to know this? It is something SOOOOOooo basic that I would have guessed it was done everywhere (compiler-wise).

I discovered it after hacking an FXP (don't recall why exactly). Check this out:
#IF .T.        && 459 Bytes.
   #DEFINE C_DATA "1234567890123456789012345678901234567890"
#ELSE          && 322 Bytes.
   C_DATA = "1234567890123456789012345678901234567890"
#ENDIF

m.a = C_DATA
m.a = C_DATA
m.a = C_DATA
m.a = C_DATA
m.a = C_DATA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform