emit-node ( block node -- block' )


Vocabulary
compiler.cfg.builder

Inputs
blocka basic-block
nodea node


Outputs
block'a basic-block


Word description
Emits CFG instructions for the given SSA node. The word can add one or more basic blocks to the cfg. The next block to operate on is pushed onto the stack.

The following classes emit-node methods does not change the current block:
#alien-assembly
#alien-callback
#alien-indirect


Definition

GENERIC: emit-node ( block node -- block' )


Methods