Remove unneeded _ALIGN()s when we know that the field is already aligned at this point.
Remove unneeded systematic additions when we can add the size statically and write a single addition of the partial sum when needed (before writing strings, and when the alignment becomes statically unknown).
Remove unneeded
_ALIGN()
s when we know that the field is already aligned at this point.Remove unneeded systematic additions when we can add the size statically and write a single addition of the partial sum when needed (before writing strings, and when the alignment becomes statically unknown).