List of Phobos functions that allocate memory?
Walter Bright
newshound2 at digitalmars.com
Sat Feb 8 21:31:53 PST 2014
On 2/8/2014 9:00 PM, Marco Leise wrote:
> The reasons for slow exceptions in D could be the generation
> of stack trace strings or the garbage collector instead of
> inherent trade offs to keep the successful code path fast.
Sigh, once again,
1. It is not the collector
2. I've implemented it both ways, I know what I'm talking about. You can see the
fast exception way in the Win32 code generation, and the slow way in the Linux
code generation.
More information about the Digitalmars-d
mailing list