Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Cranelift lowering via lower_source

Platform spec ADR

Cranelift lowering via lower_source

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki

Lowering was split across experimental paths.

beskid_codegen::lower_source is the single lowering entry producing CodegenArtifact consumed by JitModule.

Experimental IR dumps must not bypass this entry in release builds.

  • compiler/crates/beskid_codegen
  • compiler/crates/beskid_engine/src/jit_module.rs.