mirror of
https://github.com/python/cpython.git
synced 2026-05-29 15:45:56 -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.