Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change(python): flags for perf #120

Closed
wants to merge 1 commit into from
Closed

Conversation

lseman
Copy link
Contributor

@lseman lseman commented Jan 14, 2024

New Python 3.12 has improved supported for perf, for that to works as expected we need to add -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer.

New Python 3.12 has improved supported for perf, for that to works as expected we need to add -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer.
@ptr1337
Copy link
Member

ptr1337 commented Jan 14, 2024

New Python 3.12 has improved supported for perf, for that to works as expected we need to add -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer.

This would result into a worse performance, specially at python:
https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/26

@lseman lseman closed this Jan 18, 2024
@ptr1337 ptr1337 deleted the lseman-flag-python312 branch March 31, 2024 21:30
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