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:27:04 UTC

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

anthonylouisbsb opened a new pull request #10493:
URL: https://github.com/apache/arrow/pull/10493


   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10493:
URL: https://github.com/apache/arrow/pull/10493#issuecomment-857727499


   https://issues.apache.org/jira/browse/ARROW-13020


-- 
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



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

Posted by GitBox <gi...@apache.org>.
anthonylouisbsb closed pull request #10493:
URL: https://github.com/apache/arrow/pull/10493


   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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



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

Posted by GitBox <gi...@apache.org>.
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