2 Commits (08bad37c3245490e0bb31fb70ce1063cc934c18d)

Author SHA1 Message Date
Frederik Carlier 08bad37c32 MinGW: Add exception-handling façades to libobjc2 2 years ago
Frederik Carlier 6bd3db5866
MinGW: Use _Unwind_RaiseException to throw exceptions (#278)
The current implementation uses Vectored Exception Handlers. This implementation is too greedy, and invokes _objc_unexpected_exception for (certain) exceptions which would be handled by the application itself.
2 years ago