www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - backtrace_symbols should be called only when exception thrown

in src/druntime/src/core/runtime.d, backtrace_symbols is called in
DefaultTraceInfo constructor.
Shouldn't it be called only when exception is thrown, to speed up the case
when the exception is not thrown?
Sep 22 2013