[Python-Dev] Python 3 optimizations continued... (original) (raw)
stefan brunthaler s.brunthaler at uci.edu
Fri Sep 2 17:20:28 CEST 2011
- Previous message: [Python-Dev] Python 3 optimizations continued...
- Next message: [Python-Dev] Ctypes and the stdlib (was Re: LZMA compression support in 3.3)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
as promised, I created a publicly available preview of an implementation with my optimizations, which is available under the following location: https://bitbucket.org/py3pio/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
- Previous message: [Python-Dev] Python 3 optimizations continued...
- Next message: [Python-Dev] Ctypes and the stdlib (was Re: LZMA compression support in 3.3)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]