[fpc-pascal] Speed

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Oct 31 09:28:25 CET 2007


On 31 Oct 2007, at 00:47, L wrote:

> And I'm sure you know you can always use GOTO statements when you  
> really need
> speed out of loops

Actually, in current FPC versions that will more often than not cause  
slowdowns, because the compiler cannot optimize as well when goto's  
are used.


Jonas



More information about the fpc-pascal mailing list