2012/12/1 Ulf Magnusson :
> On Sat, Dec 1, 2012 at 4:33 PM, NightStrike wrote:
>> On Sat, Dec 1, 2012 at 3:37 AM, Ulf Magnusson wrote:
>>> Hi,
>>>
>>> If I've understood things correctly, MinGW-w64 uses the SJLJ
>>> (longjmp-based) exceptions implementation for both win32 and win64,
>>> because D
On Sat, Dec 1, 2012 at 4:33 PM, NightStrike wrote:
> On Sat, Dec 1, 2012 at 3:37 AM, Ulf Magnusson wrote:
>> Hi,
>>
>> If I've understood things correctly, MinGW-w64 uses the SJLJ
>> (longjmp-based) exceptions implementation for both win32 and win64,
>> because DW2 (speedy, table-based) can't pas
On Sat, Dec 1, 2012 at 3:37 AM, Ulf Magnusson wrote:
> Hi,
>
> If I've understood things correctly, MinGW-w64 uses the SJLJ
> (longjmp-based) exceptions implementation for both win32 and win64,
> because DW2 (speedy, table-based) can't pass exceptions through
> foreign stack frames (e.g., throwing
Hi,
If I've understood things correctly, MinGW-w64 uses the SJLJ
(longjmp-based) exceptions implementation for both win32 and win64,
because DW2 (speedy, table-based) can't pass exceptions through
foreign stack frames (e.g., throwing an exception from within a
callback and catching it at the point