lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Problem With dns.c Using 32-Bit Compilers


From: Grubb, Jared
Subject: RE: [lwip-users] Problem With dns.c Using 32-Bit Compilers
Date: Tue, 2 Sep 2008 11:51:11 -0700

I'm working with a ARM7TDMI and it definitely has byte access (the STRB 
instruction, for example). The only case where the ARM7 could have trouble is 
if it tries to access something (a word via STR, for example) at a non-aligned 
boundary.

Jared


-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Alain M.
Sent: Tuesday, September 02, 2008 11:29
To: Mailing list for lwIP users
Subject: Re: [lwip-users] Problem With dns.c Using 32-Bit Compilers

[...]
ARM7 and ARM9r4 do not have physical byte access, that is what I meant.
So if the compiler wants byte access, it will do whatever it takes to
get the byte, even worse to write it. If you compute pipeline misses, it
gets a mess.
[...]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]