[pypy-issue] [issue1145] Exponential time on iterative numpy function

Justin Peel tracker at bugs.pypy.org
Sun May 20 22:38:14 CEST 2012


Justin Peel <peelpy at gmail.com> added the comment:

If you add in the line 'print b0' after 'b0 = x*b0 - b0' (and keeping it in the 
loop) then it behaves fine in pypy. This suggests to me that this is a JIT-
related problem.

----------
nosy: +justinpeel
status: unread -> chatting

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


More information about the pypy-issue mailing list