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

Daniel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Daniel <[email protected]> ---
Imagine an environment where you cannot even link with the GC, not because of
performance reasons but in order to reduce the size of your binary.

For this reason, no single function/symbol which is part of the GC should be
allowed in @nogc code, regardless if it allocates or not.

--

Reply via email to