Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-11 Thread mark florisson
On 11 March 2012 09:26, Lisandro Dalcin wrote: > On 11 March 2012 09:46, mark florisson wrote: >> On 10 March 2012 14:00, Stefan Behnel wrote: >>> Lisandro Dalcin, 10.03.2012 10:51: On 10 March 2012 03:41, mark florisson wrote: > On 9 March 2012 14:22, Lisandro Dalcin wrote: >> I'm

Re: [Cython] [cython-users] GSoC 2012

2012-03-11 Thread Vitja Makarov
2012/3/11 Stefan Behnel : > mark florisson, 11.03.2012 07:44: >> - better type inference, that would be enabled by default and again >> handle thing like reassignments of variables and fallbacks to the >> default object type. With entry caching Cython could build a database >> of types ((extension)

Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-11 Thread Stefan Behnel
Lisandro Dalcin, 11.03.2012 09:26: > On 11 March 2012 09:46, mark florisson wrote: >> On 10 March 2012 14:00, Stefan Behnel wrote: >>> Lisandro Dalcin, 10.03.2012 10:51: Perhaps switching to use a "omp_likely"/"omp_unlikely" macros inside OpenMP blocks would be nicer than defining/undefin

Re: [Cython] [cython-users] GSoC 2012

2012-03-11 Thread Stefan Behnel
Mathieu Blondel, 11.03.2012 09:19: > On Thu, Mar 8, 2012 at 10:27 PM, Stefan Behnel wrote: >> I noticed that people start rushing for the next season on Python's GSoC >> mailing lists. Do we have any interested developers here, or general ideas >> about suitable topics? I would expect that we'll do

Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-11 Thread Lisandro Dalcin
On 11 March 2012 09:46, mark florisson wrote: > On 10 March 2012 14:00, Stefan Behnel wrote: >> Lisandro Dalcin, 10.03.2012 10:51: >>> On 10 March 2012 03:41, mark florisson wrote: On 9 March 2012 14:22, Lisandro Dalcin wrote: > I'm basically experiencing the issues here: > http://ww

Re: [Cython] [cython-users] GSoC 2012

2012-03-11 Thread Mathieu Blondel
On Thu, Mar 8, 2012 at 10:27 PM, Stefan Behnel wrote: > I noticed that people start rushing for the next season on Python's GSoC > mailing lists. Do we have any interested developers here, or general ideas > about suitable topics? I would expect that we'll do as in the last years > and participat

Re: [Cython] [cython-users] GSoC 2012

2012-03-11 Thread Stefan Behnel
mark florisson, 11.03.2012 07:44: > - better type inference, that would be enabled by default and again > handle thing like reassignments of variables and fallbacks to the > default object type. With entry caching Cython could build a database > of types ((extension) classes, functions, variables)