[fpc-devel] TList slowness in classes

Peter Vreman peter at freepascal.org
Fri Dec 24 10:25:59 CET 2004


>> This is because there is an extra (implicit) Try/Finally block.
>
> Thank you and Peter for answers. This way I was able to see how
> try...finally section looks in assembler :) Anyway, I understand that
> the answer is "can't be speed up". OK, I can live with that.

That is not correct. For your own code you can disable the implicit
exception frame with a directive:

{$IMPLICITEXCEPTIONS OFF}







More information about the fpc-devel mailing list