On 9/29/12, Jacob Carlborg <d...@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++. :)

Reply via email to