On 13-07-04 07:30 PM, Thad Guidry wrote:
On Windows there's a better way than DWARF or SJLJ to catch exceptions I
learned today. (I have no idea what I am talking about, but here goes
from what I read...)

Windows uses it's own exception handling mechanism known as SEH.  GCC
supports SEH on Win64 (and has plans I think later for Win32?)

We're aware of SEH; it is not supported by LLVM. Also win64 uses vectored exception handling (VEH) which is different once more, and also not supported by LLVM.

We're planning on using return-unwind on windows.

https://github.com/mozilla/rust/pull/4342

-Graydon
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to