[fpc-devel] Performance of string handling in trunk
luiz americo pereira camara
luizmed at oi.com.br
Thu Jun 20 14:15:26 CEST 2013
I looked at http://forum.lazarus.freepascal.org/index.php/topic,21223.0.html
There's a significant performance drop in fpc trunk
The difference of generated code is a call to fpc_ansistr_assign and a
different implementation of fpc_AnsiStr_Concat
AFAIK there should be significant performance hit only when assigning
string with different code pages. It does not seem to be the case.
Is there anything wrong or this is the expected result?
Luiz
More information about the fpc-devel
mailing list