For alignment on individual fields we could simply go with the size of the type like C does, if offset is not provided. Alignment could be default like at present, auto on type size, and offset for fields. The real challenge is for groups and var data so that their num in group and length members are correctly aligned.
For alignment on individual fields we could simply go with the size of the type like C does, if offset is not provided. Alignment could be
default
like at present,auto
on type size, andoffset
for fields. The real challenge is for groups and var data so that their num in group and length members are correctly aligned.