ds-push ( vreg -- )
Generating instructions for accessing the data and retain stacks

Prev:ds-drop ( -- )
Next:store-vregs ( vregs loc-class -- )


Vocabulary
compiler.cfg.stacks

Inputs
vrega virtual register


Outputs
None

Word description
Used when translating the #push SSA node to CFG form. The node pushes a literal value onto the data stack.

Definition