[Python-Dev] Python 3 optimizations continued...

stefan brunthaler s.brunthaler at uci.edu
Fri Sep 2 17:20:28 CEST 2011


> as promised, I created a publicly available preview of an
> implementation with my optimizations, which is available under the
> following location:
> https://bitbucket.org/py3_pio/preview/wiki/Home
>
One very important thing that I forgot was to indicate that you have
to use computed gotos (i.e., "configure --with-computed-gotos"),
otherwise it won't work (though I think that most people can figure
this out easily, knowing this a priori isn't too bad.)

Regards,
--stefan


More information about the Python-Dev mailing list