Glossary & Limitations
- EntryPoint: Attribute/annotation marking a method to be compiled as a kernel or processed by Hybridizer.
- SIMD/SIMT: Single Instruction Multiple Data / Threads; vector vs thread-level parallelism.
- Marshalling: Moving/converting data between host language and generated backend code.
- Phivect: Vector library used by backend compiler for CPU vectorization.
- Limitations: Known unsupported IL patterns, dynamic features, or reflection-heavy constructs; see release notes.