dunno ? he might need it for building some library for msvc in which case sjlj is pretty much the only thing that works besides maybe seh. sjlj is extensively tested on windows it was the first exception model avaliable to us with mingw and many years it did its job just fine :), it is a bit slower but it is by no means a game breaker.

Den 17-09-2021 kl. 03:45 skrev NightStrike:
On Wed, Sep 15, 2021 at 5:52 PM Kacvinsky, Tom <[email protected]> wrote:
I find I am in need of building a GCC with Ada and UCRT support, but this time 
with SJLJ
exception handling instead of SEH.  Does there exist a gcc package for MSYS2 
that has
SJLJ support?
Why do you need SJLJ?  It's slower and less well tested, so generally
not recommended.


_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to