Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Visual Studio Next Generation
Message
From
20/04/2000 11:19:12
 
 
To
20/04/2000 10:47:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00361165
Message ID:
00361810
Views:
20
Rewriting VFP (or any application for that matter) would not by default speed up VFP. If you develop a bad alogirthm then irrespective of the development language your code will be slow. It doesn't hurt to use assembly language for critical sections of code (example would be memory copies) but modern compilers do a damn good job (some better than others) of generating code.

A good example of this is the games development world, most games and their support tools are written in C/C++ with critical sections being optimised assembly language.

Good assembly language resources can be found at http://webster.cs.ucr.edu/ or try reading some of the graphics stuff by Micheal Abrash (Quake god!)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform