Handbook
Glossary
short-block? ( bb -- ? )
Vocabulary
compiler
.
cfg
.
branch-splitting
Inputs
bb
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
compiler.cfg.branch-splitting
:
short-block?
( bb -- ? )
[
predecessors>>
length
]
[
instructions>>
length
1
-
]
bi
*
10
<=
;