[Python-Dev] Re: [Python-checkins] python/dist/src/Python compile.c, 2.299, 2.300 (original) (raw)
Michael Hudson mwh at python.net
Mon Mar 29 09:52:53 EST 2004
- Previous message: [Python-Dev] new pep?
- Next message: [Python-Dev] Re: method decorators (PEP 318)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rhettinger at users.sourceforge.net writes:
Update of /cvsroot/python/python/dist/src/Python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15203/Python
Modified Files: compile.c Log Message: Improve byte coding for multiple assignments. Gives 30% speedup on "a,b=1,2" and 25% on "a,b,c=1,2,3".
Would it hurt terribly much to keep Lib/compiler up to date with these changes?
Cheers, mwh (the sig is randomly chosen, really :-)
-- Premature optimization is the root of all evil. -- Donald E. Knuth, Structured Programming with goto Statements
- Previous message: [Python-Dev] new pep?
- Next message: [Python-Dev] Re: method decorators (PEP 318)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]