Skip to content

func.Temperature enum

← Attribute reference

Execution temperature hint. Absent (0) means unspecified.

Cases

Keyword Value Description
hot 1 Expected to execute on a hot path.
cold 2 Expected to execute on a cold path.

Used by

  • func.apply.temperature
  • func.call.temperature
  • func.decl.temperature
  • func.def.temperature
  • func.template.temperature
  • func.ukernel.temperature