Acknowledged that. I used to use sjlj version of i686, but there is a very
serious problem: it injects setjmp's into each function that is marked as
noexcept - ISO C++ requires that throwing an exception in a noexcept function
results in a call to std::terminate() - which gives significant perfo
Yes, the windows implementation for dwarf2 has several limitations and
issues. It's in the "use at your own risk" category or at least "only
use if you know the limitations".
--
Adrien Nader
--
CenturyLink Cloud: The Lea
I downloaded the toolchain from here
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/Experimental_Builds/4.9.0/threads-win32/dwarf/,
i686-4.9.0-snapshot-20131119-rev205009-win32-dwarf-rt_v4.7z.
Then I compiled my program(which could be a quite com