[pypy-issue] Issue #2263: pypy 5.0.0 3x slower than cpython (pypy/pypy)

Pete Vine issues-reply at bitbucket.org
Sun Mar 20 18:05:59 EDT 2016


New issue 2263: pypy 5.0.0 3x slower than cpython
https://bitbucket.org/pypy/pypy/issues/2263/pypy-500-3x-slower-than-cpython

Pete Vine:

On ARM Linux, running [this](https://github.com/rust-lang/rust/blob/master/src/etc/platform-intrinsics/generator.py) script and [this](https://github.com/rust-lang/rust/blob/master/src/etc/platform-intrinsics/aarch64.json) data file we get the following results:

`time python generator.py --format compiler-defs aarch64.json -o out`

real    0m0.639s
user    0m0.600s
sys     0m0.030s

`time pypy generator.py --format compiler-defs aarch64.json -o out`

real    0m1.886s
user    0m1.720s
sys     0m0.150s

using python 2.7.6 and pypy 5.0.0 respectively.





More information about the pypy-issue mailing list