[Python-Dev] Psyco for -OO or -O (original) (raw)
Lie Ryan lie.1296 at gmail.com
Sat Dec 13 08:57:28 CET 2008
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Psyco for -OO or -O
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm sure probably most of you knows about psyco[1], the optimizer. Python has an -O and -OO flag that is intended to be optimization flag, but we know that currently it doesn't do much. Why not add psyco as standard library and let -O or -OO invoke psyco?
[1] http://psyco.sourceforge.net/index.html
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Psyco for -OO or -O
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]