Fix benchmark
parent
15391abdd7
commit
90b2bfbc43
|
@ -3,7 +3,7 @@ IN: benchmark.typecheck4
|
||||||
|
|
||||||
TUPLE: hello n ;
|
TUPLE: hello n ;
|
||||||
|
|
||||||
: hello-n* ( obj -- val ) 3 slot ;
|
: hello-n* ( obj -- val ) 2 slot ;
|
||||||
|
|
||||||
: foo ( obj -- obj n ) 0 100000000 [ over hello-n* + ] times ;
|
: foo ( obj -- obj n ) 0 100000000 [ over hello-n* + ] times ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue