Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
speed of compilation
#14
slenkar Wrote:why does the normal version out-perform the pypy version now? Confusedhock:

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)