mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
JIT: Remove redundant branches to jump in the assembly optimizer * Refactor JIT assembly optimizer making instructions instances not just strings * Remove redundant jumps and branches where legal to do so * Modifies _BINARY_OP_SUBSCR_STR_INT to avoid excessive inlining depth
Miscellaneous source files for the main Python shared library