FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) by pablogsal · Pull Request #136545 · python/cpython · GitHub

/ cpython Public

[3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) - #136545

Merged
pablogsal merged 1 commit into
python:3.13from
pablogsal:backport-236f733-3.13
Jul 11, 2025
Merged

[3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500)#136545
pablogsal merged 1 commit into
python:3.13from
pablogsal:backport-236f733-3.13

Conversation

pablogsal commented Jul 11, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

This commit fixes the following problems:

  • The x86_64 trampolines are not preserving frame pointers
  • The hardcoded offsets to the code segment from the FDE only worked properly for x64_64
  • The CIE data was not following conventions of aarch64
  • The eh_frame for aarch64 was not fully correct (cherry picked from commit 236f733)

…86_64 and aarch64 (pythonGH-136500)

This commit fixes the following problems:

* The x86_64 trampolines are not preserving frame pointers
* The hardcoded offsets to the code segment from the FDE only worked properly for x64_64
* The CIE data was not following conventions of aarch64
* The eh_frame for aarch64 was not fully correct
(cherry picked from commit 236f733)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
pablogsal requested a review from brandtbucher as a code owner July 11, 2025 13:40
pablogsal enabled auto-merge (squash) July 11, 2025 13:57
pablogsal merged commit cba2974 into python:3.13 Jul 11, 2025
33 checks passed
pablogsal deleted the backport-236f733-3.13 branch July 11, 2025 14:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL