8000 bpo-43760: Speed up check for tracing in interpreter dispatch by markshannon · Pull Request #25276 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43760: Speed up check for tracing in interpreter dispatch #25276

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

Merged
merged 6 commits into from
Apr 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify NEWS item.
  • Loading branch information
markshannon committed Apr 12, 2021
commit 577cafd38978e8b7419d47be1cfb723d63ed0925
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The flag to check whether tracing is enabled for the thread is now kept on
the C stack, instead of the heap, to streamline dispatch in the interpreter.
Move the flag for checking whether tracing is enabled to the C stack, from of the heap.
Should speed up dispatch in the interpreter.
0