]> granicus.if.org Git - python/commit
Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER.
authorRaymond Hettinger <python@rcn.com>
Fri, 12 Mar 2004 09:12:22 +0000 (09:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 12 Mar 2004 09:12:22 +0000 (09:12 +0000)
commit2d783e9b16e5500d4ef6a2783b92051fe9fed154
tree15b0a6d7093f327ba7e2c866a3cab492473cba65
parentdb0de9e7cabc5e7bc052dfc4c8fc1b5dea154009
Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER.
Makes it more likely that all loop operations are in the cache
at the same time.
Python/ceval.c