Re: [Cython] speed.pypy.org

2011-04-16 Thread Stefan Behnel
Robert Bradshaw, 16.04.2011 08:53: On Fri, Apr 15, 2011 at 1:20 PM, Stefan Behnel wrote: Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on speed.pypy.org (that's what I wrote cythonrun for). If it works out well, we may have

Re: [Cython] speed.pypy.org

2011-04-16 Thread Robert Bradshaw
On Sat, Apr 16, 2011 at 1:20 AM, Stefan Behnel stefan...@behnel.de wrote: Robert Bradshaw, 16.04.2011 08:53: On Fri, Apr 15, 2011 at 1:20 PM, Stefan Behnel wrote: Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on

Re: [Cython] prange CEP updated

2011-04-16 Thread Dag Sverre Seljebotn
(Moving discussion from http://markflorisson.wordpress.com/, where Mark said:) Started a new branch https://github.com/markflorisson88/cython/tree/openmp . Now the question is whether sharing attributes should be propagated outwards. e.g. if you do for i in prange(m): for j in

Re: [Cython] Interpretting cython -a

2011-04-16 Thread Stefan Behnel
Stuart Axon, 16.04.2011 19:44: Do I want things to be yellower or whiter? White is C, yellow is Python. If I add an annotation and the colours don't change then I guess it's doing nothing, right. You also want to click on the line in question and check the C code before an afterwards. If