Description
Provides lightweight Python bindings to LLVM for building just-in-time compilers and code-generation tools. It is often used by projects that compile numeric or domain-specific code at runtime.
JIT compilation can execute generated machine code inside the process. Developers should treat generated code and untrusted input carefully, especially in services or plugin systems.