Skip to main content

Module reflect

Module reflect 

Source
Expand description

Model reflection services (Slang compiler/runtime API §5).

Introspect unspecialized templates and specialized layouts across eager/lazy/AOT while preserving the HIR → MIR → LIR pipeline.

Structs§

ModelReflection
Loaded template + HIR reflection (front-end load).

Functions§

load_hir_template_with_extensions
Apply HIR extensions then load template.
specialize_entry
Full specialize + compile entry (specializeEntryPoint analogue).