Where can I find documentation on C++ memory alignment across different platforms/compilers?

后端 未结 3 843
星月不相逢
星月不相逢 2021-02-08 19:56

I\'m looking for a good (comprehensive) doc about memory alignment in C++, typical approaches, differences between compilers, and common pitfalls. Just to check if my understand

3条回答
  •  离开以前
    2021-02-08 20:23

    You can find an overview on wikipedia. More in depth on the IBM site: Data alignment: Straighten up and fly right

提交回复
热议问题