On Fri, Nov 11, 2005 at 12:30:01AM +0100, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
 
 
> | +   pit_type pit = &par - &pars_[0];
> 
> 
> No... this is in the ball park of pointer arithmetic
> 
> Hmm... I think I basically dislike all of this... passing pointers...
> passing offset conversion one way, then the other...

But it's a possibly significant performance issue... and this code is
going to be refactored later anyway.

So I propose to put it in for now with a FIXME.

But I'm happy with a loop too... as long as the bug gets fixed. Just
tell me what to do ;-)

- Martin 

Reply via email to