Displaying 2 results from an estimated 2 matches for "da89ab3".
Did you mean:
da89ab3e
2018 Jan 03
0
Call-stack and exception handling for Windows x64 JIT
This is https://bugs.llvm.org/show_bug.cgi?id=24233. I don't think there's
been any movement on it for a while. I don't *think* it should be hard, but
I've never really pushed on it.
On Tue, Jan 2, 2018 at 3:57 PM, Jason via llvm-dev <llvm-dev at lists.llvm.org>
wrote:
> Hi, I use LLVM MCJIT extensively and one of the sore spots is debugging.
> We lose stack
2018 Jan 02
2
Call-stack and exception handling for Windows x64 JIT
Hi, I use LLVM MCJIT extensively and one of the sore spots is debugging. We
lose stack information if we crash during execution of one of our JIT
functions. I spent some time to understand Windows x64 stack/exception
handling and was able to hardcode support for a single JIT function and was
able to maintain the call stack correctly. However it requires knowledge of
the prolog of the function to