Hello forum,
Based in your experience what are the procedures to follow in order to get the maximum speed of generated EXE program?
By example I am thinking of:
1. Substitute Harbour code by C code (that is in functions that can be, or should be, optimized by using C Code).
2. Use Local variables instead of Global variables.
3. For database use ADS/ADT instead of DBF (I am not sure here).
4. Using HASH tables instead of Array
5. Using code blocks and eval() functions
6. using assembler code (It's is possible call assembler code from harbour?)
Is the Harbour P-Code a big limitation to get EXE running fast or we can override, this limitation, by calling C functions?
Regards,
George