Re: [fpc-pascal] Performance issue with dynamic arrays

2008-07-10 Thread Florian Klaempfl
Volker Zipfel schrieb: Hi all! While analyzing my project with valgrind, I discovered that almost a quarter of the cpu cycle where eaten up by the function fpc_finalize_array. It seams that fpc_finalize_array calls for every element of the array fpc_finalize. To illustrate the problem i have

[fpc-pascal] Performance issue with dynamic arrays

2008-07-09 Thread Volker Zipfel
Hi all! While analyzing my project with valgrind, I discovered that almost a quarter of the cpu cycle where eaten up by the function fpc_finalize_array. It seams that fpc_finalize_array calls for every element of the array fpc_finalize. To illustrate the problem i have written to small test pro