commit | 2d783e9b16e5500d4ef6a2783b92051fe9fed154 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 12 09:12:22 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 12 09:12:22 2004 +0000 |
tree | 15b0a6d7093f327ba7e2c866a3cab492473cba65 | |
parent | db0de9e7cabc5e7bc052dfc4c8fc1b5dea154009 [diff] |
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.