mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-132508: Use tagged integers on the evaluation stack for the last instruction offset (GH-132545)
This commit is contained in:
parent
caee16f052
commit
ccf1b0b1c1
14 changed files with 129 additions and 60 deletions
|
@ -293,6 +293,7 @@ class StencilGroup:
|
|||
hole.kind
|
||||
in {"R_AARCH64_CALL26", "R_AARCH64_JUMP26", "ARM64_RELOC_BRANCH26"}
|
||||
and hole.value is HoleValue.ZERO
|
||||
and hole.symbol not in self.symbols
|
||||
):
|
||||
hole.func = "patch_aarch64_trampoline"
|
||||
hole.need_state = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue