]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve byte coding for multiple assignments.
authorRaymond Hettinger <python@rcn.com>
Sun, 21 Mar 2004 15:12:00 +0000 (15:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 21 Mar 2004 15:12:00 +0000 (15:12 +0000)
commitff5bc50bb0f12d5203173c7ee6840cc77a3bbe7a
tree5cadf3ca6b87f4fcd1c60cf145c2dc7031b4122f
parent8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6
Improve byte coding for multiple assignments.
Gives 30% speedup on "a,b=1,2" and 25% on "a,b,c=1,2,3".
Misc/NEWS
Python/compile.c