Content deleted Content added
Tom.Reding (talk | contribs) m Enum 1 author/editor WL; WP:GenFixes on |
→x86-64: clarify SEH impl. explanation |
||
Line 18:
==== x86-64 ====
SEH on 64-bit Windows
This means that the compiler does not have to generate extra code to perform stack unwinding and to call exception handlers appropriately. It merely has to emit information in the form of unwinding tables about the stack frame layout and which exception handler to be called.
=== Support ===
|