mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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