Vocabularycompiler.
treeClass descriptionSSA tree node that represents a stack shuffling operation such as
swap. It has the following slots:
mapping | An assoc that shows how the shuffle output values (the keys) correspond to their inputs (the values). |
in-d | Sequence of datastack input variables. |
out-d | Output datastack values. |
in-r | Sequence of retainstack inputs. |
out-r | Output retainstack values. |
DefinitionMethods