[pypy-issue] [issue1206] Extreme slowdown of code part (array.array) operations

kostia.lopuhin tracker at bugs.pypy.org
Tue Jul 24 09:36:23 CEST 2012


kostia.lopuhin <kostia.lopuhin at gmail.com> added the comment:

pypy translated with --opt=2 from array-delitem branch 
https://bitbucket.org/kostialopuhin/pypy/src/8c30ee44beab is still 10x slower 
than CPython 2.7 on unmodified pypy_bug.py. I removed code duplication of slice 
deletion, will also remove code duplication from tests, but I wont be able to 
unite array and list in foreseeable future)

I can't figure out how to make a small standalone target to test array module 
translated, is it possible?

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1206>
________________________________________


More information about the pypy-issue mailing list