On exceptions in D

Benjamin Thaut code at benjamin-thaut.de
Sun Feb 9 10:27:00 PST 2014


Am 09.02.2014 18:57, schrieb Dmitry Olshansky:

>
> 2. Stack trace is constructed on throw. User pays no matter if the trace
> is needed or not. This is in the works, thankfully.
>

This is not entierly true. The stack trace only stores the addresses of 
the functions on the stack upon throw. The full stack trace is 
constructed lazy.



More information about the Digitalmars-d mailing list