#push
High-level optimizer operating on lexical tree SSA IR

Prev:#copy
Next:#call


Vocabulary
compiler.tree

Class description
SSA tree node that puts a literal value on the stack. It has the following slots:
literalA literal data value.
out-dA one item array containing the <value> of the literal being pushed.


Notes
A quotation is also a literal.

Definition


Methods