https://d.puremagic.com/issues/show_bug.cgi?id=9584



--- Comment #14 from hst...@quickfur.ath.cx 2014-02-07 16:50:27 PST ---
True, but at least we can lazily construct it as we unwind, so if the stack is
20 function calls deep and the catch block is only 5 functions up, then we
defer constructing 15 levels of call stack until the user asks for the trace.
Also, constructing the string representation of the trace can be deferred until
then, too, so expensive things like symbol lookups are avoided if nobody ever
looks at the trace.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to