D 1.076 Alpha for Windows 64 bits, works with VS 2010

David Nadlinger see at klickverbot.at
Sat Sep 29 14:26:48 PDT 2012


On Saturday, 29 September 2012 at 19:21:59 UTC, Jacob Carlborg 
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.

Only the x64 variant of SEH is "zero-cost". On x86, exception 
handlers must be installed into a linked list in the function 
prologue, which takes a few pushes/movs and popped off again in 
the epilogue.

David


More information about the Digitalmars-d-announce mailing list