List of Phobos functions that allocate memory?
Walter Bright
newshound2 at digitalmars.com
Sat Feb 8 14:04:05 PST 2014
On 2/7/2014 10:10 AM, Dicebot wrote:
> As I have already mentioned, they don't necessarily need to be. But that may
> require tweaking language so that pre-allocated exception usage becomes reliable
> and I don't see tools right now that allow to express neseccary semantics (can't
> store reference to instance without deep copy)
It is NOT the allocation that's the issue. C++ code has the same issue. It's the
exception handling table lookup.
More information about the Digitalmars-d
mailing list