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
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Walter Bright
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Brad Roberts
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Nick Sabalausky
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jonathan M Davis
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Rory McGuire
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Andrej Mitrovic
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Andrej Mitrovic
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 David Nadlinger
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Walter Bright
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Andrej Mitrovic
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jonathan M Davis
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Nick Sabalausky
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jonathan M Davis
- Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010 Jacob Carlborg