mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
cecf564073
Fix AArch64 multi-instruction constants and relocations * Elimates rendundant orr xN, xN, 0xffff after 16 or 32 bit loads * Merges adrp (21rx) and ldr (12) relocations into single 33rx relocation, when safe to do so.
Miscellaneous source files for the main Python shared library