List of Phobos functions that allocate memory?

Walter Bright newshound2 at digitalmars.com
Sat Feb 8 14:03:14 PST 2014


On 2/7/2014 9:06 AM, Dmitry Olshansky wrote:
> Why throwing a single exception is such a big problem?

Because in order to unwind the stack, you need to find the information about the 
stack layout. This lookup is rather slow. You can make the lookup faster by 
compromising the function code generation, but this is considered an 
unacceptable tradeoff.


More information about the Digitalmars-d mailing list