# New Ticket Created by  Leopold Toetsch 
# Please include the string:  [perl #38469]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38469 >


Something's wrong with it:

$ ./parrot  -Oc ack.pir 3
Ack(3, 3) = 61

$ /parrot  -Oc1 ack.pir 3
maximum recursion depth exceeded

-Oc turns on recursive tailcall optimization, see

$ ./parrot  -Oc -o- ack.pir

for generated code.

leo

Reply via email to