On Wednesday, 16 July 2014 at 20:14:38 UTC, Johannes Pfau wrote:
* way to disable typeinfo for struct * way to disable initializer * force inlining * (way to omit copy constructor function / force inline)
BTW, can't lto already remove this unused data? LDC inlines simple initializers already, so they are likely to end up unused (same for functions which where inlined).
