On 2017-08-24 02:55, H. S. Teoh via Digitalmars-d-announce wrote:

One thing that would help is if things like TypeInfo, ModuleInfo, etc.,
are only emitted on-demand

I think that would be quite difficult if we want to keep all the existing features. Combining separate compilation, runtime reflection and similar features make it difficult to know when a Type/ModuleInfo is used.

--
/Jacob Carlborg

Reply via email to