You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/09 13:58:40 UTC

[GitHub] [arrow] anthonylouisbsb commented on pull request #10493: ARROW-13020: [C++] [Gandiva] Enable Gandiva to run the LLVM in Interpreted mode - WIP

anthonylouisbsb commented on pull request #10493:
URL: https://github.com/apache/arrow/pull/10493#issuecomment-857717959


   ## LLVM Limitations
   - Looking at the LLVM Documentation and for some links. It seems that for the Interpreted mode, the LLVM does not support for some types and some functions that are used by the Gandiva and that work in JIT mode.
   - https://www.graalvm.org/reference-manual/llvm/NativeExecution/ (to find the references about the LLVM, search for `LLVM instruction set support`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org