gh-143946: Add more debug info in optimize_uops#144262
Merged
Fidget-Spinner merged 1 commit intopython:mainfrom Jan 29, 2026
Merged
gh-143946: Add more debug info in optimize_uops#144262Fidget-Spinner merged 1 commit intopython:mainfrom
optimize_uops#144262Fidget-Spinner merged 1 commit intopython:mainfrom
Conversation
optimize_uopsoptimize_uops
Contributor
Author
|
@Fidget-Spinner Hi, could please review this PR? Thanks! |
Member
|
I'm very sorry. This PR is on my review list but I've been too busy these past few days. |
Contributor
Author
|
Thanks for your reply! I can wait until you're free, and I'll find and take care of some other issues in the meantime. |
Member
|
Thanks! |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #143957, we can dump the stack and locals details when set
PYTHON_OPT_DEBUG> 4. But it only print the details before we optimize the uops, add the debug info after the optimization is useful.We can get some debug info like this now: