mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -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.