Handbook Glossary
factorcode.org
(build-call-graph) ( tail? nodes -- )


Vocabulary
compiler.tree.recursive.private

Inputs
tail?an object
nodesan object


Outputs
None

Definition
USING: kernel sequences ;

IN: compiler.tree.recursive.private

: (build-call-graph) ( tail? nodes -- )
[ tail-calls ] keep [ node-call-graph ] 2each ;