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

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to