D 1.076 Alpha for Windows 64 bits, works with VS 2010
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sat Sep 29 12:53:13 PDT 2012
On 9/29/12, Jacob Carlborg <doob at me.com> wrote:
> I'm not sure but I don't think so. As I understand it, DWARF on Posix
> and SEH on Windows are zero-cost exception handling systems. This means
> that there will be no performance loss at runtime as long as no
> exception is thrown. setjmp/longjmp on the other do have performance
> impacts at runtime.
I see. Ok it's prime time for me to finally read the SEH chapter in
Windows via C++. :)
More information about the Digitalmars-d-announce
mailing list