Look folks, I am not trying to be a pain in the you know what, but in 
http://mingw-w64.sourceforge.net/download.php 
I found this description of the different MinGW64 builds, is what I have 
written down bellow an accurate understanding of what was meant to be said?

There are several builds available relating to the Mingw-w64 project, each 
build providing slightly different features. The main criteria are: 
Host, is the architecture the toolchain runs on.
Target, is the architecture the toolchain was built for.
In regards to C++ Exception Models,  Avoid Dwarf2, but use SEH when available 
or SJLJ otherwise.
Take into consideration that:
  a.. SJLJ is slower but compatible with everything (*what is everything in 
this case?). 
  b.. SEH is the fastest, but it is limited to 64-bit due to a patent. 
  c.. Dwarf2 is __faster than SHE__, but exceptions cannot be thrown across DLL 
boundaries and has some bugs and limitations; avoid if possible.
Thanks in advance.

There are some other improvements to be made in the writing style of the 
webpages, should you wish, in my spare time, I could rewrite and and submit 
rewritten version of the website pages through this media.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to