backend ( tree word -- )


Vocabulary
compiler

Inputs
treea sequence of SSA nodes
worda word


Outputs
None

Word description
The second last step of the compilation process. A word and its SSA tree is taken as input and a cfg is built from which assembly code is generated.

See also
generate

Definition