Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP versus C++
Message
From
29/10/2003 03:58:14
 
 
To
28/10/2003 15:22:28
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00842594
Message ID:
00843946
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform