python3-llvmlite

LLVM Python 3 binding for writing JIT compilers
  http://llvmlite.pydata.org/
  0
  no reviews



Llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach.

This package contains the modules and the binding for Python 3.