Vocabularycompiler.
cfg.
builderInputsOutputsWord descriptionReturns a two-tuple which represents how much the
#shuffle node increases or decreases the data and retainstacks.
ExamplesUSING: compiler.cfg.builder compiler.tree prettyprint ;
T{ #shuffle { in-d { 37 81 92 } } { out-d { 20 } } } height-changes .
{ -2 0 }
Definition