with-cfg-builder ( nodes word label quot: ( ..a block -- ..b ) -- )
Final stage of compilation generates machine code from dataflow IR

Prev:end-word ( block -- block' )
Next:emit-call ( block word height -- block' )


Vocabulary
compiler.cfg.builder

Inputs
nodesa sequence
worda word
labela word
quota quotation


Outputs
None

Word description
Combinator used to begin and end stack analysis so that the given quotation can build the cfg. The quotation is passed the initial basic block on the stack.

Definition