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

GH-90230: Add stats to breakdown the origin of calls to PyEval_EvalFrame #93284

Merged
merged 9 commits into from
May 27, 2022

Conversation

markshannon
Copy link
Member

We want to minimize the number of context switches from C to Python code. To do that we need to know where those calls are coming from.

This is probably a temporary feature. Once the number of calls to PyEval_EvalFrame is largely eliminated within the VM, we can remove it.

@markshannon markshannon changed the title Add stats to breakdown the origin of calls to PyEval_EvalFrame GH-90230: Add stats to breakdown the origin of calls to PyEval_EvalFrame May 27, 2022
@markshannon markshannon merged commit bbcf424 into python:main May 27, 2022
@markshannon markshannon deleted the eval-call-stats branch September 26, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants