On 21/09/13 16:23, bearophile wrote:
I think that's sufficiently safe. If the GC run before you have initialized those fields, and some of those fields are references/pointers, that could cause memory leaks until the next time the GC runs.
Thanks for clarifying where un vs. minimally matters -- I'd been wondering that myself after our discussion on D.announce.
