[fpc-devel] sdlgraph, pre-alpha

Micha Nelissen micha at neli.hopto.org
Wed Aug 22 20:41:01 CEST 2007


Jonas Maebe wrote:
> No, it is still slow. You indeed do not have locking overhead, but you
> are still calling nonBuf_DirectPutPixel via a procvar for each pixel
> which has to be drawn (from hlinedefault). That is still very slow.

Why is calling via a procvar very much slower than a normal call ? It's
just an extra memory fetch (hopefully in cache) ?

Micha



More information about the fpc-devel mailing list