> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Massimo Belgrano > Sent: Saturday, September 20, 2014 11:13 PM > To: [email protected] > Subject: Re: [Releasing] Updating the mingw version for 5.4 (CI/packaging) > > Why not use SEH exception?
Because it's not supported by gcc for 32 bit. We've the choice between dwarf and sjlj. We first tried SJLJ (in 5.0.x releases) because it also works with native Windows stack frames in the exception unwind stack, but that was carrying such a big overhead that we switched to dwarf in later releases. Regards Kai _______________________________________________ Releasing mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/releasing
