Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP versus C++
Message
De
29/10/2003 03:58:14
 
 
À
28/10/2003 15:22:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00842594
Message ID:
00843946
Vues:
15
Jim,

In C++ optimisers are not generally seen as some sort of magic bullet, typically I always compile my code *without* optimisations and then when I know everythings as it should be I turn on specific optimisations telling the optimiser to optimise for size, speed or a combination of both.

Now optimisers can do strange things to code, so you are right they can have completely the opposite effect by introducing bugs! I have to say though that typically object code generated from well written C++ will be optimal.

Regards
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform