Displaying 1 result from an estimated 1 matches for "271472de".
Did you mean:
221472d
2013 Jul 13
1
[LLVMdev] setjmp/longjmp exception handling: how?
Jim Grosbach <grosbach at apple.com> writes:
> I strongly advise you not to use SjLj exception handling. Use
> zero-cost-exceptions via DWARF instead.
On Windows, DWARF EH doesn't work when there are stack frames not
compiled with DWARF EH support (i.e. OS code that invokes user-provided
callbacks, a common practice on Windows.)