]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix benchmark
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 4 Sep 2008 02:03:31 +0000 (21:03 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 4 Sep 2008 02:03:31 +0000 (21:03 -0500)
extra/benchmark/typecheck4/typecheck4.factor

index a2595810be1358c16b45117f2beb2c1dc20c1a6b..c88186430494fd27972394dc40aa7da3ebd52581 100644 (file)
@@ -3,7 +3,7 @@ IN: benchmark.typecheck4
 
 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 ;