What can be done to reduce executable size?

Jonathan M Davis jmdavisProg at gmx.com
Fri Dec 16 08:34:28 PST 2011


On Friday, December 16, 2011 16:16:53 Adam D. Ruppe wrote:
> What I have in mind is if the timezone was something along
> the lines of a singleton property, so it still works
> the same way, except it is lazy loaded on first use.
> 
> (if this is indeed the right static constructor!)

That would break purity, so no that doesn't work. The singletons are pure.

- Jonathan M Davis


More information about the Digitalmars-d mailing list