mark florisson, 25.01.2012 12:36:
> On 25 January 2012 11:32, mark florisson wrote:
>> On 25 January 2012 11:24, Vitja Makarov wrote:
>>> I'm thinking about implementing "conditional inlining": depending on
>>> what function actually is it'll make direct call to C function or
>>> PyObject_Call().
On 25 January 2012 11:32, mark florisson wrote:
> On 25 January 2012 11:24, Vitja Makarov wrote:
>> 2012/1/25 mark florisson :
>>> On 25 January 2012 06:49, Vitja Makarov wrote:
2012/1/25 mark florisson :
> I just noticed the inline defnode call code. When I try to compile
> with 'c
On 25 January 2012 11:24, Vitja Makarov wrote:
> 2012/1/25 mark florisson :
>> On 25 January 2012 06:49, Vitja Makarov wrote:
>>> 2012/1/25 mark florisson :
I just noticed the inline defnode call code. When I try to compile
with 'cython -Xoptimize.inline_defnode_calls=True test.pyx' wit
2012/1/25 mark florisson :
> On 25 January 2012 06:49, Vitja Makarov wrote:
>> 2012/1/25 mark florisson :
>>> I just noticed the inline defnode call code. When I try to compile
>>> with 'cython -Xoptimize.inline_defnode_calls=True test.pyx' with the
>>> following code:
>>>
>>> def foo(x): print fo
On 25 January 2012 06:49, Vitja Makarov wrote:
> 2012/1/25 mark florisson :
>> I just noticed the inline defnode call code. When I try to compile
>> with 'cython -Xoptimize.inline_defnode_calls=True test.pyx' with the
>> following code:
>>
>> def foo(x): print foo
>> foo(10)
>>
>> I get
>>
>> Erro
2012/1/25 mark florisson :
> I just noticed the inline defnode call code. When I try to compile
> with 'cython -Xoptimize.inline_defnode_calls=True test.pyx' with the
> following code:
>
> def foo(x): print foo
> foo(10)
>
> I get
>
> Error compiling Cython file:
> -
I just noticed the inline defnode call code. When I try to compile
with 'cython -Xoptimize.inline_defnode_calls=True test.pyx' with the
following code:
def foo(x): print foo
foo(10)
I get
Error compiling Cython file:
...
def foo(x):