Handbook
Glossary
number-instruction ( n insn -- n' )
Vocabulary
compiler
.
cfg
.
linear-scan
.
numbering
Inputs
n
an
object
insn
an
object
Outputs
n'
an
object
Definition
USING:
accessors
kernel
math
;
IN:
compiler.cfg.linear-scan.numbering
:
number-instruction
( n insn -- n' )
[
insn#<<
]
[
drop
2
+
]
2bi
;