[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] ip6_addr_copy() ?
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] ip6_addr_copy() ? |
Date: |
Mon, 13 Jun 2011 15:22:39 +0100 |
On Mon, 2011-06-13 at 10:14 -0400, Bill Auerbach wrote:
> On some platforms much better performance can be gained using a macro
> - a
> byte inline copy could be the best way.
but I'll bet on others the straight assignment would perform better than
a byte-by-byte copy.
Kieran