[fpc-devel]class as parameter?

peter at freepascal.org peter at freepascal.org
Thu Sep 14 10:23:53 CEST 2000


> Hello ,
> 
>   Sorry for misleading you... The problem was not in class parameter
>   really..
> 
>   Seems to be AnsiString variables (which I used in the other
>   function) are handled very slowly - dunno maybe it's in their
>   deinitialization or initialization. They are just too damn slowly. I don't
>   know why it is so... I guess if that could be changed overall speed
>   will increase much.
Ansistrings require initialization/finalization and thus (implicit) exception 
handling in the procedure.

See the difference in the generated code using the -al commandline switch

Peter





More information about the fpc-devel mailing list