mirror of
https://github.com/python/cpython.git
synced 2026-08-14 06:51:26 +08:00
* Factor out bodies of the largest uops, to reduce jit code size. * Factor out common assert, also reducing jit code size. * Limit size of jitted code for a single executor to 1MB.
Miscellaneous source files for the main Python shared library