inserting-peeks ( from to -- set )


Vocabulary
compiler.cfg.stacks.finalize

Inputs
froma basic-block
toa basic-block


Outputs
setan assoc


Word description
A peek is inserted on an edge if the destination anticipates the stack location, the source does not anticipate it and it is not available from the source in a register.

See also
inserting-replaces

Definition