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

Fijal tracker at bugs.pypy.org
Tue Jul 24 10:50:58 CEST 2012


Fijal <fijall at gmail.com> added the comment:

-O2 will be slower than cpython. Not sure if 10x is the right figure though. I'll 
have a look. You cannot translate just the array module, the next best is --no-
allworkingmodules --withmod-array (will give you just array from modules). Don't 
worry about code duplication in tests btw.

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


More information about the pypy-issue mailing list