> $ time ./parrot -j fib.pir 30
> Fib(30): 1346269
> 
> real    0m4.774s
> 
> Ok that's slow (AMD [EMAIL PROTECTED], unoptimized parrot build), you are 
> right. But:
> 
> $ time ./parrot -Cj fib.pir 30
> Fib(30): 1346269

-Cj does not produce different results than -j on the Win32 build of
Parrot. Is -Cj supported on this architecture ?

Nicolas

Reply via email to