Handbook
Glossary
validation-cycle-result ( iterations seed -- result )
Vocabulary
compiler
.
cfg
.
register-allocation
.
validation
Inputs
iterations
an
object
seed
an
object
Outputs
result
an
object
Definition
USING:
math
;
IN:
compiler.cfg.register-allocation.validation
::
validation-cycle-result
( iterations seed -- result )
seed 1
+
:>
a! seed 3
+
:>
b! seed 7
+
:>
c! iterations
[
b c a c! b! a!
]
times
a b 2
*
+
c 4
*
+
;