Handbook
Glossary
short-tail-block? ( bb -- ? )
Vocabulary
compiler
.
cfg
.
branch-splitting
Inputs
bb
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
kernel
sequences
;
IN:
compiler.cfg.branch-splitting
:
short-tail-block?
( bb -- ? )
{
[
successors>>
empty?
]
[
instructions>>
length
2
=
]
}
1&&
;