Skip to content

low.LowScheduleMode enum

← Attribute reference

Instruction scheduling exactness mode for a low function. Absent means free.

Cases

Keyword Value Description
free 1 Instruction order may be scheduled.
constrained 2 Instruction order carries target constraints, but legal scheduling may still move packets.
locked 3 Instruction order is part of the low-function contract.

Used by

  • low.func.decl.schedule
  • low.func.def.schedule
  • low.kernel.def.schedule