[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


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



More information about the Python-Dev mailing list