GH-146128: Fix AArch64 multi-instruction constants and relocations (G… · python/cpython@cecf564 · GitHub
Skip to content

Commit cecf564

Browse files
authored
GH-146128: Fix AArch64 multi-instruction constants and relocations (GH-148598)
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.
1 parent 600f4db commit cecf564

4 files changed

Lines changed: 331 additions & 107 deletions

File tree

Python/jit.c

Lines changed: 66 additions & 0 deletions

0 commit comments

Comments
 (0)