[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 11:00:30 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=9584
Sean Kelly <sean at invisibleduck.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sean at invisibleduck.org
--- Comment #11 from Sean Kelly <sean at invisibleduck.org> 2014-02-07 11:00:14 PST ---
I think traces could probably be done lazily. A pointer to the stack top is
available on throw, and all the code executed from that point should be above
that, so the stack should be preserved. It's worth a shot.
--
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