end-branch ( block/f -- pair/f )
Final stage of compilation generates machine code from dataflow IR

Prev:emit-recursive ( block #recursive -- block' )
Next:height-changes ( #shuffle -- height-changes )


Vocabulary
compiler.cfg.builder.blocks

Inputs
block/fa basic-block or f


Outputs
pair/ftwo-tuple


Word description
The pair is a two tuple on the format { final-bb final-height }.

See also
with-branch

Definition