https://github.com/tuliom requested changes to this pull request.
This didn't help. The size on 32-bits continue to be 44. I think the difference is not really caused the size of the properties on 32 bits, but the implicit padding on 32/64 bits. Look at the code generated here: https://godbolt.org/z/j5WxTTess By commenting the pads or changing their size you can see the impact on the size of the struct and on the address of each of its member. https://github.com/llvm/llvm-project/pull/117604 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits