Data structure alignment: Difference between revisions

Content deleted Content added
External links: It appears that it's now called IBM Developer.
External links: Update link.
Line 297:
* [https://learn.microsoft.com/en-us/previous-versions/ms253949(v=vs.90) Microsoft Learn article on data alignment]
* [https://www.codesynthesis.com/~boris/blog/2009/04/06/cxx-data-alignment-portability/ Article on data alignment and data portability]
* [https://www.eventhelix.com/RealtimeMantraembedded/byte-alignment-and-ordering/ByteAlignmentAndOrdering.htm Byte Alignment and Ordering]
* [https://www.cpu2.net/stackalign.html Stack Alignment in 64-bit Calling Conventions] – discusses stack alignment for x86-64 calling conventions
* [http://www.catb.org/esr/structure-packing/ The Lost Art of Structure Packing by Eric S. Raymond]