[pypy-issue] [issue959] numpypy array operation improperly jitted away

mikefc tracker at bugs.pypy.org
Mon Dec 12 12:15:30 CET 2011


mikefc <coolbutuseless at gmail.com> added the comment:

My output. JIT must kick in at 2079.  Everything is TRUE up to there.  

================================
2075 [2075] [True]
2076 [2076] [True]
2077 [2077] [True]
2078 [2078] [True]
2079 [0] [False]
2080 [0] [False]
2081 [0] [False]
2082 [0] [False]
2083 [0] [False]
2084 [0] [False]
2085 [0] [False]
2086 [0] [False]
2087 [0] [False]
2088 [0] [False]
2089 [0] [False]
2090 [0] [False]
2091 [0] [False]
2092 [0] [False]
2093 [0] [False]
2094 [0] [False]
2095 [2021] [False]
2096 [0] [False]
2097 [0] [False]
2098 [637] [False]
2099 [0] [False]

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


More information about the pypy-issue mailing list