validation-cycle-result ( iterations seed -- result )


Vocabulary
compiler.cfg.register-allocation.validation

Inputs
iterationsan object
seedan object


Outputs
resultan object


Definition


:: 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 * + ;