Re: [Cython] Generators & closure optimization

2011-12-26 Thread Vitja Makarov
2011/12/25 Stefan Behnel : > Stefan Behnel, 21.12.2011 21:17: > >> Vitja Makarov, 21.12.2011 19:48: >>> >>> Some time ago we were talking about generators optimization by copying >>> local variables from closure into local scope. >> >> >> Yes, I think that will make it easier for the C compiler to

Re: [Cython] Generators & closure optimization

2011-12-26 Thread Stefan Behnel
Vitja Makarov, 26.12.2011 20:07: 2011/12/25 Stefan Behnel: Stefan Behnel, 21.12.2011 21:17: Vitja Makarov, 21.12.2011 19:48: Some time ago we were talking about generators optimization by copying local variables from closure into local scope. Yes, I think that will make it easier for the C