Handbook
Glossary
visit-back-edges ( call-graph -- )
Vocabulary
compiler
.
tree
.
recursive
.
private
Inputs
call-graph
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
compiler.tree.recursive.private
:
visit-back-edges
( call-graph -- )
[
[
non-tail-calls
[
label>>
not-a-loop
]
each
]
[
children>>
visit-back-edges
]
bi
]
each
;