Displaying 1 result from an estimated 1 matches for "1034117".
Did you mean:
103411
2013 Nov 11
2
[LLVMdev] loop vectorizer: JIT + AVX segfaults
It's not much.
(gdb) bt
#0 0x00007ffff7f6506b in ?? ()
#1 0x000000000045d01a in main () at main.cc:165
Line 165 is the call to the function that was compiled by the JIT'er.
Meaning that JIT'ing the function went well, but the code or the pointer
are somehow corrupt.
There is no particular reason why I am working with the legacy
interface. Would you recommend to use the MCJIT