DieHard icon indicating copy to clipboard operation
DieHard copied to clipboard

Remove unused private field _align

Open jvoisin opened this issue 2 years ago • 2 comments

jvoisin avatar Jun 02 '22 18:06 jvoisin

I am pretty sure that field is in there to force alignment, so it can't just be removed.

emeryberger avatar Aug 13 '22 19:08 emeryberger

Should something like #pragma pack(8) be used instead? Anyway, I'm not sure I understand the point of having a trailing uintptr_t at the end of the struct: in what way does it forces alignment?

jvoisin avatar Aug 16 '22 11:08 jvoisin