Object file questions

ketmar via D.gnu d.gnu at puremagic.com
Sat Aug 16 00:13:23 PDT 2014


On Sat, 16 Aug 2014 07:06:34 +0000
"Timo Sintonen via D.gnu" <d.gnu at puremagic.com> wrote:

> structs wasting memory. Is there any way to omit them?
maybe this will work:

struct A {
  int n = void;
  uint[2] a = void;
  ...and so on for all fields
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140816/76331f97/attachment.sig>


More information about the D.gnu mailing list