On 2012-09-29 23:26, David Nadlinger wrote:
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
Ok, I see. -- /Jacob Carlborg
