On Monday, 20 February 2017 at 22:45:09 UTC, Adam D. Ruppe wrote:
I don'tbelieve it does anything (except perhaps pad bytes again) for a stack-defined struct.
LDC does respect explicit type-alignments when allocating instances on the stack. The instances are obviously padded to their full size.
