Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
architecture
AST Analysis Phase
How Pyvorin analyses your Python abstract syntax tree.
architecture
Compiler Pipeline Overview
From AST to LLVM IR to native machine code.
architecture
Guard and Deoptimisation
How type guards work and when deoptimisation happens.
architecture
LLVM IR Generation
How Python constructs are lowered to LLVM intermediate representation.
architecture
Native Code Generation
From LLVM IR to optimised machine code for your CPU.
architecture
Runtime Libraries
The dict, list, and object runtimes that support compiled code.
architecture
Type Inference System
How Pyvorin deduces types without explicit annotations.
architecture
Weak Symbol Resolution
How runtime libraries resolve symbols with RTLD_GLOBAL.