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

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

/ cpython Public

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

Merged
pablogsal merged 2 commits into
python:3.14from
miss-islington:backport-236f733-3.14
Jul 11, 2025
Merged

[3.14] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500)#136544
pablogsal merged 2 commits into
python:3.14from
miss-islington:backport-236f733-3.14

Conversation

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

Copy link
Copy Markdown
Contributor

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

…nd 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 merged commit 5535482 into python:3.14 Jul 11, 2025
36 checks passed
kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2025
…86_64 and aarch64 (pythonGH-136500) (python#136544)

pythongh-136541: Fix several problems of perf trampolines in x86_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>
miss-islington deleted the backport-236f733-3.14 branch January 2, 2026 17:43
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.

2 participants


Back | FazBrowse Home | New Git URL