Seems like FB is using the same function for integer powers and float powers, and that can really slow compiled programs.
For example a^3 is much slower than a*a*a.
So, i propose that if power is equal to integer number, FB parses it as a multiplication.
2007-08-10 00:52:58 UTC in FreeBASIC Compiler