[Issue 9584] Exceptions in D are ludicrously slow (far worse than Java)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 7 16:07:08 PST 2014


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



--- Comment #13 from Sean Kelly <sean at invisibleduck.org> 2014-02-07 16:06:57 PST ---
(In reply to comment #12)
> 
> But wouldn't that be trashed by the stack unwinding? I mean, if a catch block
> makes function calls before looking at the trace, wouldn't that scramble what
> was there?

Yeah.  I don't think it would be possible to delay tracing until the trace is
actually requested.  The best you could do is delay tracing until entering a
catch block, but that's really no different from tracing on throw.

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


More information about the Digitalmars-d-bugs mailing list