Re: [Cython] Funny idea: interpreted def functions

2013-06-11 Thread Nikita Nemkin
On Tue, 11 Jun 2013 20:03:45 +0600, Stefan Behnel wrote: Nikita Nemkin, 11.06.2013 13:51: Pure Python functions rarely benefit from compilation. I thought it would be interesting to add an "interpreted" directive (global, module, class, function level + automatic heuristic) that will instruct

Re: [Cython] Funny idea: interpreted def functions

2013-06-11 Thread Stefan Behnel
Nikita Nemkin, 11.06.2013 13:51: > Pure Python functions rarely benefit from compilation. I thought it > would be interesting to add an "interpreted" directive (global, > module, class, function level + automatic heuristic) that will > instruct Cython to compile def functions into _bytecode_ and st