Handbook
Glossary
phase-block-from ( bb -- n )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
.
phases
Inputs
bb
an
object
Outputs
n
an
object
Definition
USING:
compiler.cfg.linear-scan.live-intervals
math
;
IN:
compiler.cfg.register-allocation.ssa.phases
:
phase-block-from
( bb -- n )
block-from
1
+
;