https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #13 from Saulius K. saulius2@gmail.com --- (In reply to Alexandre Bique from comment #5)
I found this article, maybe it will help the guy working on the implementation: http://www.codeproject.com/Articles/2126/How-a-C-compiler-implements- exception-handling
This is about 32 bits (x86). According to [5] page 16, on 64-bit platform (x64) the mechanism changes significantly.
So it's probably better to investigate on x64 specific documents, like following.
[5] http://www.hexblog.com/wp-content/uploads/2012/06/Recon-2012-Skochinsky-Comp... [6] http://www.nynaeve.net/?p=106 [7] http://www.codeproject.com/Articles/207464/Exception-Handling-in-Visual-Cplu...