Module tvix_eval::chunk

source ·

Structs§

  • A chunk is a representation of a sequence of bytecode instructions, associated constants and additional metadata as emitted by the compiler.
  • SourceSpan 🔒
    Represents a source location from which one or more operations were compiled.