[fpc-devel] static vs dynamic arrays
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Apr 4 11:37:20 CEST 2006
On 4 apr 2006, at 11:21, Пётр Косаревский wrote:
> I didn't dig sources, but is it really hard to make them equally
> fast? (By the way, the speed difference was less, than I expected.)
They are equally fast if you turn on register variables and if enough
free registers are available (e.g. on a PPC; possibly also on an x86
if you have a very simple loop and little or no variables used both
before and after the loop).
Jonas
More information about the fpc-devel
mailing list