On Mon, 18 Sep 2000, Philip Blundell wrote:
> There's already an EF_ALIGN8 flag, so in theory we could make 8-bit
Is there an option to align to the size of the smallest structure
member, or is this what the effect of EF_ALIGN8 is?
I would have guessed that there's a reasonable amount of code along
the lines of:
struct foo {
int x, y;
char col;
} pixel;
pixel pixelarray[1024];
and it would be a shame to slow that down. I suppose some sort of
concerted effort to do a spot of benchmarking might be the way forward,
or something.
c.
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
- alignment problems Xavier DEBREUIL
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Michael Nonweiler
- Re: alignment problems David Rusling
- Re: alignment problems Jonathan P . Olson
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Philip Blundell
- Re: alignment problems Chris Rutter
- Re: alignment problems Philip Blundell
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Philip Blundell
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Russell King - ARM Linux Admin
- Re: alignment problems Philip Blundell
