mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
This commit is contained in:
parent
5a83292213
commit
7259480957
3 changed files with 168 additions and 29 deletions
|
@ -8,13 +8,23 @@ HoleKind: typing.TypeAlias = typing.Literal[
|
|||
"IMAGE_REL_AMD64_ADDR64",
|
||||
"IMAGE_REL_I386_DIR32",
|
||||
"R_AARCH64_ABS64",
|
||||
"R_AARCH64_ADR_GOT_PAGE",
|
||||
"R_AARCH64_CALL26",
|
||||
"R_AARCH64_JUMP26",
|
||||
"R_AARCH64_LD64_GOT_LO12_NC",
|
||||
"R_AARCH64_MOVW_UABS_G0_NC",
|
||||
"R_AARCH64_MOVW_UABS_G1_NC",
|
||||
"R_AARCH64_MOVW_UABS_G2_NC",
|
||||
"R_AARCH64_MOVW_UABS_G3",
|
||||
"R_X86_64_64",
|
||||
"R_X86_64_GOTPCREL",
|
||||
"R_X86_64_GOTPCRELX",
|
||||
"R_X86_64_PC32",
|
||||
"R_X86_64_REX_GOTPCRELX",
|
||||
"X86_64_RELOC_BRANCH",
|
||||
"X86_64_RELOC_GOT",
|
||||
"X86_64_RELOC_GOT_LOAD",
|
||||
"X86_64_RELOC_SIGNED",
|
||||
"X86_64_RELOC_UNSIGNED",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue