AC�LIO JO�O CARLOS MOREIRA DE CARVALHO AMORIM NETO

2013-06-11 Thread Michael Klein
GOULART JUCIMARA VICENTE DOS SANTOS, DAMIANA PEREIRA DE OLIVERIA, ANA ANGELICA PEREIRA ALVES, PAULO DE SIQUEIRA SILVA. PAULO DE SIQUEIRA SILVA. AMAURI CLIFE, ELEUTÉRIO LEAL, LEAL CORLETTO, CLIFE ACÍLIO LEAL. ELEUTÉRIO GOULART, VICTOR DI MELLO, JAVERT MONTEIRO, NELSON DANTAS, DANIEL DE OLIVEI

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

[Cython] Funny idea: interpreted def functions

2013-06-11 Thread Nikita Nemkin
Hi, 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 store that bytecode in the binary. T