https://issues.dlang.org/show_bug.cgi?id=13678

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com

--- Comment #2 from Steven Schveighoffer <schvei...@yahoo.com> ---
init.ptr is null means that the data should be initialized to zero.

As far as I know, there is no mechanism to say you shouldn't initialize the
data.

That being said, I can agree that all of the cases above should have null
pointers for init (soon to be called initializer). No reason to store those
zeros in the data segment.

--

Reply via email to