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

Prev:#enter-recursive
Next:#return


Vocabulary
compiler.tree

Class description
Instruction which encodes a loop. It has the following slots:
childA sequence of nodes representing the body of the loop.
loop?If t, the recursion is implemented using a jump, otherwise as a call back to the word.


See also
inline-recursive-word

Definition

TUPLE: #recursive < node in-d word label loop? child ;


Methods