[llvm-dev] ORC JIT Weekly #1

Jacob Lifshay via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 17 07:37:45 PST 2020


Thank you for creating weekly updates, they will be quite useful, since
previously ORC development seemed rather opaque.

One thing that will be useful (and was done to some extent with ORCv1) is
to expose ORCv2's API via C-compatible bindings such that code from
languages other than C++ (Rust for me) can effectively use it, including
things such as the equivalent of -march=native and introspection such that
the supported SIMD widths can be detected. I'm planning on using ORC to
compile shaders for Kazan, the GPU driver that I'm writing for
libre-riscv's hybrid cpu/gpu.

Jacob Lifshay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200117/964df61b/attachment.html>


More information about the llvm-dev mailing list