1 Commits (4a0c2f1afee5a6c618d51fb33efb9ccb95b808b8)

Author SHA1 Message Date
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