Re: help fighting with optimizations

2013-05-22 Thread Michael Hudson-Doyle
Mans Rullgard writes: > On 22 May 2013 05:13, Michael Hudson-Doyle > wrote: >> Hi all, >> >> I've spent a little while porting an optimization from Python 3 to >> Python 2.7 (http://bugs.python.org/issue4753). The idea of the patch is >> to improve performance by dispatching opcodes on compute

Re: help fighting with optimizations

2013-05-22 Thread Mans Rullgard
On 22 May 2013 05:13, Michael Hudson-Doyle wrote: > Hi all, > > I've spent a little while porting an optimization from Python 3 to > Python 2.7 (http://bugs.python.org/issue4753). The idea of the patch is > to improve performance by dispatching opcodes on computed labels rather > than a big switc