Re: C programming on ARM
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Wed, 30 Jan 2008 19:26:14 -0500
Hans-Bernhard Bröker wrote:
Paul Keinanen wrote:
In which case would an arbitrary pointer casting be a problem ?
Roughly all of them. The real question is how violently the
problem will show itself. Some of them can lie dormant for a
decade before a platform change exposes them as total show-stoppers.
With any byte addressable architecture, a pointer is just a pointer.
But there are quite a few non-byte addressable architectures out
there. Including ARM, last I checked.
In C, a byte is just the smallest addressable memory unit. It must
hold at least 8 bits, but it can be many more.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
--
Posted via a free Usenet account from http://www.teranews.com
.
- References:
- C programming on ARM
- From: aamer
- Re: C programming on ARM
- From: Arlet Ottens
- Re: C programming on ARM
- From: Jim Relsh
- Re: C programming on ARM
- From: CBFalconer
- Re: C programming on ARM
- From: Paul Keinanen
- Re: C programming on ARM
- From: Hans-Bernhard Bröker
- C programming on ARM
- Prev by Date: Re: C programming on ARM
- Next by Date: Re: C programming on ARM
- Previous by thread: Re: C programming on ARM
- Next by thread: Re: C programming on ARM
- Index(es):