Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AND and OR evaluations in conditional statements
Message
 
 
À
15/04/1999 07:04:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00206066
Message ID:
00208556
Vues:
27
Jim,

>So they were giving you a way to bypass the 'natural' way of doing things if it was useful to you. You call this "optimization"???

90% of all compiler optimizations wind up being a "natural" way of doing things. The simple goal is to reduce the number of CPU cycles a block of code takes to execute. Two of the easier ones, code hoisting and common subexpression elimination, are typically done in the source code by good programmers. The interpretive nature of Xbase though prevents the compiler from from internally doing these optimizations, we have to code them ourselves.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform