]> granicus.if.org Git - python/commit
Extend SF patch #707257: Improve code generation
authorRaymond Hettinger <python@rcn.com>
Tue, 15 Apr 2003 10:35:07 +0000 (10:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 15 Apr 2003 10:35:07 +0000 (10:35 +0000)
commit255a3d08a189fb6aa4acb16c2168eb396f63df0f
tree249c73d3837aaf8d8f0a518ceff482f0a55ace65
parent8b7a9a38c66aff5633255b63be639ee8592f180b
Extend SF patch #707257: Improve code generation
to cover the case for:  "x,y,z=1,2,3".  Gives a 30% speed-up.

Also, added FOR_ITER to the list of opcodes that can jump.
Python/compile.c