search for: 8ydc79k6

Displaying 1 result from an estimated 1 matches for "8ydc79k6".

2013 May 26
1
[LLVMdev] How to always generate epilogue code?
...struction generated for this function is a call to the unwind_resume library function. Unfortunately Windows 64bit requires the epilogue code to perform the stack unwinding. In this special case it is not dead code but another form of metadata. See here: http://msdn.microsoft.com/en-us/library/8ydc79k6.aspx. Is there a simple way to always enforce the generation of the epilogue? E.g. can I mark the epilogue as always reachable? Regards Kai