next-vreg-rep ( rep -- vreg )


Vocabulary
compiler.cfg.registers

Inputs
repa representation


Outputs
vrega number


Word description
Creates a new virtual register identifier and sets its representation.

Notes
This word cannot be called before representation selection has run; use next-vreg in that case.

Definition