06-30-2012, 10:35 PM
slenkar Wrote:why does the normal version out-perform the pypy version now?hock:
The above was without using PyPy!
With pypy times are now:
time pypy ./zxb.py scratch/ocman.bas -TaB
real 0m41.404s
user 0m40.359s
sys 0m1.048s
time pypy ./zxb.py scratch/ocman.bas -O3 -TaB
real 1m14.543s
user 1m12.613s
sys 0m1.920s
Again, as before: -O3 is where pypy shows its value. If you don't use -O3 then zxb.py is enough.