Displaying 1 result from an estimated 1 matches for "5c23a150".
2015 Jul 23
1
[LLVMdev] longjmp and JIT compiled code on Windows
Hi
In my project I am still getting crashes on Windows - these seem to
occur intermittently when there is a longjmp that crosses the boundary
from C code over JITed code. I posted regarding this issue previously:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084919.html
I was wondering if the support for stack unwinding on Win64 is now
improved in LLVM - and if there are any particular