On Sun, 28 Jul 2002, Leopold Toetsch wrote:

> [lt@thu8:~/src/parrot-007/examples/mops]
> $ perl mops.pl
> Iterations:    10000000
> M op/s:        2.22
>
> (Iteration count for mops.pl was reduced, patch sent)
>
> Summary:
> Program
>               Mops
> perl5.005_03
>       2.2
> perl6
>               0.3
> perl6 jit             1.1
> parrot interpreted     18
> parrot compiled               200
> parrot jit            363
> plain c                       366
>
> Remarks:
> - jit is a lot faster then compiled
> - plain mops.c is only slightly faster the jit, i.e. 1%
> - perl6-jit, albeit still totally unoptimized, doesn't compare too bad
>    to perl5
> - mops is a silly test ;-)
>

You didn't use -O3 while compiling mops.c, did you?

Daniel Grunblatt.

Reply via email to