Handbook
Glossary
unbox-inputs? ( nodes -- ? )
Vocabulary
compiler
.
tree
.
escape-analysis
.
check
Inputs
nodes
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
compiler.tree
math
sequences
;
IN:
compiler.tree.escape-analysis.check
:
unbox-inputs?
( nodes -- ? )
{
[
length
2
>=
]
[
first
#introduce?
]
[
second
#declare?
]
}
1&&
;