commit | 7dc52212aa022e7417d3fc32422db646b8a881a0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Mar 16 20:14:44 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Mar 16 20:14:44 2003 +0000 |
tree | d5c79e41e9b65b1c0b10760ceec3f1a8a6945934 | |
parent | ac2072920dd9bad7734dfff20ff6515ace7ab1e9 [diff] |
Eliminate data dependency in predict macro. Added two predictions: GET_ITER --> FOR_ITER FOR_ITER --> STORE_FAST or UNPACK_SEQUENCE Improves timings on pybench and timeit.py. Pystone results are neutral.