Author: leo
Date: Mon Jan 23 16:45:45 2006
New Revision: 11327

Modified:
   trunk/examples/shootout/ack.pir
Log:
update shootout/ack.pir for increased recursion depth in sandbox

Modified: trunk/examples/shootout/ack.pir
==============================================================================
--- trunk/examples/shootout/ack.pir     (original)
+++ trunk/examples/shootout/ack.pir     Mon Jan 23 16:45:45 2006
@@ -1,6 +1,7 @@
 #!./parrot -C
 #
 # ackermann - ack(3, 9) is default 
+# shootout runs ack(3, 11)
 # by Leopold Toetsch
 
 .sub main :main
@@ -21,7 +22,7 @@ xdefault:    
     y = $S0
 go:
     $P0 = getinterp
-    $P0.'recursion_limit'(10000)
+    $P0.'recursion_limit'(100000)
     r = ack(x, y)
     .local pmc args
     args = new .ResizableIntegerArray

Reply via email to