On 2/8/2014 9:00 PM, Marco Leise wrote:
The reasons for slow exceptions in D could be the generation
of stack trace strings or the garbage collector instead of
inherent trade offs to keep the successful code path fast.

Sigh, once again,

1. It is not the collector

2. I've implemented it both ways, I know what I'm talking about. You can see the fast exception way in the Win32 code generation, and the slow way in the Linux code generation.

Reply via email to