Handbook
Glossary
annotate-phi-inputs ( #phi -- )
Vocabulary
compiler
.
tree
.
propagation
.
branches
Inputs
#phi
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
compiler.tree.propagation.branches
:
annotate-phi-inputs
( #phi -- )
dup
phi-in-d>>
compute-phi-input-infos
>>phi-info-d
drop
;