[fpc-devel] OO rewrite - first round finished
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Tue Jul 27 13:27:39 CEST 2010
Florian Klaempfl schrieb:
>> Another idea is a cache for frequently created objects, like procinfo
>> and the register allocators.
>
> Basically, I'am against this, time should be spent better in
> optimizations where all program benefit. Especially fillchar is probably
> a problem.
That's just the reason for my proposition. I suspect that fillchar is
slow only on fresh memory, due to RAM cache misses and copy-on-write.
DoDi
More information about the fpc-devel
mailing list