inserting-replaces ( from to -- set )


Vocabulary
compiler.cfg.stacks.finalize

Inputs
froma basic-block
toa basic-block


Outputs
setan assoc


Word description
A replace is inserted on an edge if two conditions hold:
the location is not dead at the destination, OR the location is live at the destination but not available at the destination.
the location is pending in the source but not the destination


See also
inserting-peeks

Definition