mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
7dc52212aa
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.