Data structure alignment: Difference between revisions

Content deleted Content added
m Delete duplicate word using AWB
No edit summary
Line 40:
one reason for the continued dominance of the x86 architecture over rivals.
 
==Typical aligmentalignment of C structs on x86==
[[Data structure]] members are stored sequentially in a memory so that in the structure below the member Data1 will always precede Data2 and Data2 will always precede Data3: