NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: memove performance of NetBSD



On Jan 22, 2010, at 3:07 AM, Channa wrote:

> Hi ,
> I am using NetBSD 3.1 ,I have some issues with the performance of memmove().
> 
> I feel the algorithm could be changed as below:
> 
> <2> If the source is unaligned then copy the only some bytes of source
> to destination so that source is at an aligned address, then copy 8*4
> bytes at a time.

I doubt that would do any good -- the destination would then be unaligned.

  --Robby


Home | Main Index | Thread Index | Old Index