xls
xls copied to clipboard
JIT packed wrapper should use loops for arrays
Currently, the packed wrapper generates loads/stores for each array element, which for large arrays can cause LLVM to fall down. Packing/unpacking arrays should use loops.
The crasher is not failing anymore.